Skip to content
/ s3d Public

simple 3d - a simple 3d server-client based 3d engine in c

License

Notifications You must be signed in to change notification settings

neosam/s3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3d - Simple 3D
---------------

Description:
s3d is a 3d engine.

WARNING!
This engine is not even a pre alpha version!  
 - There is no standard yet. So, if you create your models, worlds, 
   textures or whatever today, they won't probably work tomorrow.
 - If you run this software on a server in the internet you will be
   tasty cracker food!  I try to fix bugs if I see them but I work
   alone at the moment.
 - My English sucks.  I try to document everything but I can't
   guarantee that you understand it ;)
 - This software will crash or maybe not even compile.
You've been warned, HF :)

Dependences:
* SDL
* SDL-net
* OpenGL
* cmake
* sqlite3

Compile and install:
   cd s3d/
   cmake .
   make
   make install

Files and dirs:
doc/todo  - what has to be done
src       - sourcecode
LICENSE   - GPLv3

About

simple 3d - a simple 3d server-client based 3d engine in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published