Cerberus X icon
Cerberus X icon

Cerberus X

 4 likes

Cerberus X is a cross-platform, easy to learn object-oriented programming language focusing on game development with a powerful set of APIs that make it easy to draw lightning fast graphics on all supported platforms To achieve this, Cerberus X translate our code to the target...

IDE

License model

  • FreeOpen Source

Application type

Country of Origin

  • DE flagGermany
  • European Union flagEU

Platforms

  • Mac
  • Windows
  • Linux
  • Android
5 / 5 Avg rating (1)
4likes
1comment
0news articles

Features

Suggest and vote on features
  1.  Dynamic lighting
  2.  Object-oriented Language

 Tags

  • game-programming

Cerberus X News & Activities

Highlights All activities

Recent activities

Show all activities

Cerberus X information

  • Developed by

    DE flagMichael Hartlef
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    36 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 1 comments and reviews about Cerberus X, and it has gotten 4 likes

Cerberus X was added to AlternativeTo by ddabrahim on May 1, 2020 and this page was last updated Jan 27, 2021.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
ddabrahim
May 10, 2020
0

A very simple and clean yet very powerful object oriented programming language that combine the simplicity of the BASIC programming language with advanced OOP features that you can find in most modern programming languages such as C#, Java and JavaScript. It comes bundled with a light weight cross-platform IDE and lightning fast rendering engine. Compared to some popular game engines and frameworks I get 5-10 times better performance with Cerberus X and lot of freedom and power. I love it.

If you want to develop for HTML5 and Desktop, Cerberus has virtually no dependencies to worry about and no installation and configuration of 3rd party SDK's required. You can just download, launch, code your game and run. Super easy and trouble free. But you can also develop for Android and iOS. Cerberus is primarily focusing on 2D but you get full access to the OpenGL 1.x and 2.x graphics API and develop even 3D games this way. There is even a few 3rd party 3D modules available for Cerberus X if you feel like you need one.

My favourite feature of cerberus is the built-in 2D Light system with support for normal maps and shadow casting, it is super easy to create lights and shadows in our games. Most 2D game frameworks out there does not offer you any built-in solution for 2D lights and even if they do they don't support normal maps and shadows or limited to certain platforms only. In Cerberus we can create beautiful lights on all platforms at great speed.

An other nice thing about it is that if you care you can target even old 32bit hardware that support only OpenGL 1.x. Most today game frameworks and engines no longer support anything older than OpenGL 2.x or 3.x which does not work with many old 32bit machines. So if you want to target old hardware but would like to use a modern tool and programming language, Cerberus is a really nice option, and maybe the only option really other than coding directly in C or C++.

All in all, it is a really awesome programming language, I can highly recommend to everyone who interested in game programming.

What is Cerberus X?

Cerberus X is a cross-platform, easy to learn object-oriented programming language focusing on game development with a powerful set of APIs that make it easy to draw lightning fast graphics on all supported platforms To achieve this, Cerberus X translate our code to the target programming language (JavaScript, C++, Java, C#) for maximum performance and compatibility. The binary sizes of the created apps are also very small and they run like any other application that was developed natively.

Because Cerberus X is a modular language, you can create your own custom modules and use other people's modules like box2d, Diddy, minib3d and more!

Cerberus X Videos

Official Links