SFML community forums

General => SFML projects => Topic started by: Mj PsykOo on September 12, 2014, 01:27:59 am

Title: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
Post by: Mj PsykOo on September 12, 2014, 01:27:59 am
Greetings!

I am new member and this is my first topic.
so I am glad to announce my project that I'm currently working on,using .net 4.0 and Std C++
this project allows you to create games easily using SFML/Box2D/CBXLights(another project i'm working on ^^)
it is a UI project facilitates for you to create maps and menus easily and also many differents techniques have been included to make your game consume memory as less as possible
MinGW has been used to build your projects
here are some pictures
(http://s23.postimg.org/e2u2n9y2f/cbx.png) (http://postimg.org/image/e2u2n9y2f/)

(http://s23.postimg.org/4fqkdk52v/cbx2.png) (http://postimg.org/image/4fqkdk52v/)

(http://s23.postimg.org/6yc9e8qt3/cbx3.png) (http://postimg.org/image/6yc9e8qt3/)
Some of features:
- Moving Tiles and Widgets
- Resizing Tiles and Widgets
- Box2D Collision Module
- Lights
- Create Maps and Game Menus easily
- OnWidgetClick Technique that allows you to show another menu when you click a specific widget
- Grid Arrange for maps
- Zoom IN/OUT
and of course more features will be added in future ^^.
this project will be released soon.
keep in touch,I will inform you about updates.
Please help me improve my project by posting suggestions and design discussions.
Title: Re: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
Post by: eXpl0it3r on September 17, 2014, 02:42:05 pm
Looks interesting! Do you have a website or anything with more details?

How/where is C++ and C# used? What kind of scripting language do you use?
Title: Re: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
Post by: Mj PsykOo on September 17, 2014, 07:48:08 pm
unfortunately i don't have a website, but i'm thinking to create a simple blogspot  ;)

most codes are written in C++/CLI.
Std C++ is used for exporting the .cpp Files (such as Menus-Maps-Actors etc...)
Title: Re: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
Post by: TheKingArthur on September 20, 2014, 10:19:55 pm
I look forward to your project !
Title: Re: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
Post by: Mj PsykOo on September 21, 2014, 10:19:41 pm
almost completed 95%  ;D
Title: Re: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
Post by: Mj PsykOo on September 25, 2014, 10:13:22 pm
Currently I'm working on for providing actors as much as i can.