Skip to content

Gentil-N/arcade-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade Toolkit

This is a light weight game library developped on my free time. It includes recent APIs and libs like vulkan or glfw.

It consists on independent modules :

  • "Main" : basic objects/structures/functions/... used in sources
  • "Orion" : graphic module (vulkan)
  • "Math" : mathematical module
  • "Desktop" : inputs/window/... (glfw3)
  • "Asset" : models/images/... (assimp/stb-image)

It can be built on Gnu-Linux based systems but it should be easy to update this code for Windows.

Build

Modules can be choosen with these options in CMake : ATK_MOD_ORION, ATK_MOD_ASSET, ATK_MOD_DESKTOP, ATK_MOD_MATH (see also .vscode/cmake_build_#.sh files)

to be completed

About

Light weight game library based on multiple common api.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages