Skip to content

GNAT-Academic-Program/PSU.Ada.GameEngine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSU.Ada.GameEngine

https://github.com/users/apostasy/projects/1/views/1

Getting Started

Initial Setup

Alire

Download from https://alire.ada.dev/ and install

After installation, run alr version to ensure alr has been added to system PATH/Environment Variables

Visual Studio Code

Download from https://code.visualstudio.com/ and install

Clone the repo

This repository: git clone mailto:git@github.com:apostasy/PSU.Ada.GameEngine.git

Using the library

  • You can use the Demos folder as an example
  • Create a new binary project within this project with alr init project_title
  • Add a pin to your project's alire.toml file for this library
    [[pins]] 
    psu_ada_gameengine = { path='..' } 
    
  • Reference the library in your project's gpr file
    with "../psu_ada_gameengine.gpr";
    

Examples

Animation Test

Camera Test

Camera Test

Camera Test

Arkanoid Clone

2025-05-06_18-28-12-ezgif com-resize

Credits:
Textures ripped by Superjustinbros, available at The Spriters Resource.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ada 100.0%