Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts  (Read 3523 times)

0 Members and 1 Guest are viewing this topic.

Mj PsykOo

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
[SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
« 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





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.
« Last Edit: September 12, 2014, 01:31:16 am by Mj PsykOo »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
« Reply #1 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?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Mj PsykOo

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
Re: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
« Reply #2 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...)

TheKingArthur

  • Guest
Re: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
« Reply #3 on: September 20, 2014, 10:19:55 pm »
I look forward to your project !

Mj PsykOo

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
Re: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
« Reply #4 on: September 21, 2014, 10:19:41 pm »
almost completed 95%  ;D

Mj PsykOo

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
Re: [SFML Game Engine] CerberuX an engine uses C++/SFML in scripts
« Reply #5 on: September 25, 2014, 10:13:22 pm »
Currently I'm working on for providing actors as much as i can.