Code Monkey home page Code Monkey logo

zenkovich / o2 Goto Github PK

View Code? Open in Web Editor NEW
216.0 15.0 21.0 847.02 MB

2D Game Engine with visual WYSIWYG editor and JS scripting

License: MIT License

C++ 28.73% C 59.66% Makefile 0.26% HTML 1.33% Logos 0.03% CMake 0.39% Batchfile 0.01% Objective-C 0.01% Objective-C++ 0.27% Python 0.97% Assembly 0.01% JavaScript 7.97% Shell 0.18% Riot 0.01% Tcl 0.18%
c-plus-plus editor game-engine cpp opengl 2d 2d-game 2d-game-engine game-development game-dev

o2's Introduction

o2

o2 - it's an open-source technology for easy making 2D games and applications for mobile and PC platforms using C++ and JavaScript with visual editor. The main features are performance, usability and effective development.

Here is the test project: https://github.com/zenkovich/o2-Template

Now work in progress.

Discord channel - https://discord.gg/FqBBYpYGfS Telegram channel - https://t.me/o2engine

Features

  • Assets
    Automatic assets building and converting, automatic atlases packing, easy to add to project, flixible configuration.

  • Scenes
    Component-objects based scene graph, nested prototypes and good integration with editor

  • UI
    Fast and flexible UI system, a lot of default widgets, styles, integration with scenes

  • Render
    Easy to learn rendering system with meshes, fonts, sprites, culling, shaders and render targets.

  • Sound (WIP) Playing sounds, music, streaming sounds, audio mixer

  • Animations
    Animate everything, retargeting, easy to serialize, layers, weights, IK, animation state machine, mesh skinning, editor integradion

  • Effects
    Particle emitters with different forms, particle effects, editor integration

  • Physics
    Rigid bodies, colliders, joints, effects

  • Input
    Multiplatform input processing, easy clicks and touches processing

  • Platforms Windows, IOS (WIP), Android (WIP), MAC OSX (WIP), Webassembly (WIP)

  • Scripting JavaScript on jerry script engine

  • Editor
    Flexible editor "all-in-one", plugins

o2's People

Contributors

anzenkovich avatar naccuracy avatar zenkovich avatar zenkovichan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

o2's Issues

Create RootPtr

RootPtr must be same to Ptr, but already root in memory hierarchy

error lnk2001

Error LNK2001 unresolved external symbol "private: static class o2::Type * o2::Actor::type" (?type@Actor@o2@@0PAVType@2@A) o2Editor o2\o2Editor\Platforms\Windows\ActorsTree.obj

всего 11 сообщений таких при сборке редактора, еще вопрос зачем нужна переменная О2? ее нельзя заменить относительными ссылками типа ..\..\..\ ?

Animation builder

Sample

Animation myAnimation = Animate(mySprite).
Hide().Scale(0.5f).Move(0, 0).
Then().Show().Scale(1).Move(Vec2F(100, 0), Vec2F(100, 100)).For(1.0f).
Then().Hide().Scale(0.1f).For(0.3f);

Fails to Compile

Screenshot (388)
Literally only one error keeping this from working. The file it refers to definitely exists, so I don't get what's going on.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.