Atum Engine

Started by
3 comments, last by _Engine_ 6 years, 3 months ago

Atum engine is a newcomer in a row of game engines. Most game engines focus on render
techniques in features list. The main task of Atum is to deliver the best toolset; that’s why,
as I hope, Atum will be a good light weighted alternative to Unity for indie games. Atum already
has fully workable editor that has an ability to play test edited scene. All system code has
simple ideas behind them and focuses on easy to use functionality. That’s why code is minimized
as much as possible.

Currently the engine consists from:

- Scene Editor with ability to play test edited scene;
- Powerful system for binding properties into the editor;
- Render system based on DX11 but created as multi API; so, adding support of another GAPI
  is planned;
- Controls system based on aliases;
- Font system based on stb_truetype.h;
- Support of PhysX 3.0, there are samples in repo that use physics;
- Network code which allows to create server/clinet; there is some code in repo which allows
  to create a simple network game

I plan to use this engine in multiplayer game - so, I definitely will evolve the engine. Also
I plan to add support for mobile devices. And of course, the main focus is to create a toolset
that will ease games creation.

Link to repo on source code is - https://github.com/ENgineE777/Atum

Video of work process in track based editor can be at follow link: 

 

 

Untitled-1.jpg

Advertisement

Sounds interesting, I would rehearse a bit on spelling mistakes though, because it sems a bit unprofessional, no offense. I also recommend putting some screenshots or cool images for the readme, so people are more excited to check it out. ;)

Thank you for advise :)

Finally I finished work at track based editor. This editor allows to create animation for objects. For example, simple cut scene can be created in the editor.

 

Video of work process in editor can be at follow link: 

 

 

This topic is closed to new replies.

Advertisement