explorer VS raylib-flecs-imgui-introspection

Compare explorer vs raylib-flecs-imgui-introspection and see what are their differences.

explorer

Web-based UI for monitoring Flecs applications, trying out queries & learning ECS (by flecs-hub)

raylib-flecs-imgui-introspection

Using Jolt with Flecs & Dear ImGui 👀 to add game physics introspection to a raylib game, with pause and stepping for dev tools debugging 🐜. (by rodneylab)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
explorer raylib-flecs-imgui-introspection
1 1
49 1
- -
8.9 2.8
21 days ago about 2 months ago
JavaScript CMake
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

explorer

Posts with mentions or reviews of explorer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.
  • Using Jolt with flecs & Dear ImGui: Game Physics Introspection
    4 projects | dev.to | 17 Apr 2024
    I went for flecs as the ECS. It has a nice API and compiles to WASM (great for putting demos together). The flecs docs are also fantastic too. I used C++ in this project, though flecs also supports C and C#. Finally, there is a web-based flecs ECS monitoring app and a flecs statistics add-on (which I did not use here).

raylib-flecs-imgui-introspection

Posts with mentions or reviews of raylib-flecs-imgui-introspection. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.
  • Using Jolt with flecs & Dear ImGui: Game Physics Introspection
    4 projects | dev.to | 17 Apr 2024
    I hope you found this useful. As promised, you can get the full project code on the Rodney Lab GitHub repo. What suggestions do you have for taking this further? Is this something you would find useful in your game development tool belt? Do let me know how you use this code. Also reach out if there is anything I could improve to provide a better experience for you.