Git Product home page Git Product logo

Comments (2)

geneotech avatar geneotech commented on June 13, 2024 1

Hey there!
You'll be happy to hear I plan to introduce scripting using luau - the exact same Lua dialect used by Roblox. I first want to make it possible to create exciting multiplayer game modes, since it is so easy to write networked logic under my architecture - literally everything is synchronized as long as it's deterministic, so scripts will be as well. Scripts will first come included in custom maps and also handle collisions or even create interesting environment with puzzles.

From there I might see how feasible it'd be to make a completely game-agnostic Editor. It overlaps a little with making your own AAA engine like Godot/UE. If I say it's a general editor, people are gonna expect a more complete functionality. As it stands I can say that "Hypersomnia doesn't need it", which is why feature X is not there. It's currently way more specialized to this exact single game than it seems from the first glance. For example - there is literally no hierarchy! The most we have is nodes assigned layers, nodes can't be nested in nodes yet. There's a lot of object properties specific to this kind of game too, e.g. footstep sounds, physical properties on portals etc.

However - if you look at the map's json format and how simple it is (literally just layers, node positions+sizes and types), you'll notice that there is absolutely nothing about characters, rifles et cetera (well, except for default game mode settings) - if you have a game which needs this kind of object pattern (no tilesets, just random sprites aligned to grid, some physical), you can already very easily write a converter that converts Hypersomnia's json to your game's json, and use the Editor for editing and just to gauge the physical interactions playtesting with a character holding a rifle that later won't be in your game.

from hypersomnia.

JadeVand avatar JadeVand commented on June 13, 2024 1

That's actually very exciting, I would love to see that! I definitely see how difficult it would be in this case to make a logic-agnostic editor. I'm really fascinated by how your netcode works. I've written my own rollback netcode solution and I still get excited to see how others solve their solutions. Even that aspect alone would be incredible. The main reason I asked about a separate editor/engine was there's a lot things that hypersomnia does like deterministic physics, collisions, raycasting , line of sights and lighting which I think would be really cool to have that be its own engine where someone then in C or C++ build their own game logic on top of that.

from hypersomnia.

Related Issues (20)

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.