Skip to content

apanoo/apworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apworks

my game development framework structure

  • Pre compile for Linux(Client):

    • sudo apt-get install libx11-dev(for glew)
    • sudo apt-get install libxext-dev (for SDL2)
  • Compile:

    • your g++/msvc/clang must suport c++11
    • install cmake (version 3.0+)
    • compile client:
      • cd apworks/client
      • mkdir build
      • run command "cmake .."
      • run command "make"
  • Run client:

    • cd apworks/bin
    • run command "./nario" ("./nario.exe" for windows)
  • Platform:

    • now: windows, linux, osx
    • TODO: android, iphone
  • Next step:

    • Clean project, optimize the renderer
    • animation
    • physics
    • 3D

About

win32 linux mac suport framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published