Git Product home page Git Product logo

Comments (3)

scemino avatar scemino commented on June 9, 2024 1

Actually, it won't accelerate the development, because the engine is really different from SCUMM, the actors, objects, rooms, dialogs, threads, scripts, it's all different.
The only benefits are load/save dialog, video filters and the supported platforms.
I think it will slow down the development, with my own engine, I have no limitation or restriction.
What I propose is if one day this project is able to run the game correctly and become stable, than why not to integrate it to SCUMMVM if the owners agree.

from engge.

Mataniko avatar Mataniko commented on June 9, 2024

Hello from ScummVM!

You're correct that the SCUMM engine is very different from this, but ScummVM provides you everything you need to run your own Engine, while providing you with common functionality around decompression, math, rendering, audio, etc.

You still need to implement your own game-engine specific logic like reading file formats, running game scripts, loading rooms, actors, etc. But it does save you from a lot of boilerplate code just to get those running.

I realize this thread is a year old and by now by now you've spent a lot of time to re-implement those, but don't let that discourage you from taking another look at what ScummVM.

from engge.

scemino avatar scemino commented on June 9, 2024

I'm sure ScummVM have a lot of rules that I don't respect today, so I prefer to postpone this work later, I don't know if you allow C++17 and third-party libraries that I use today.
I'm huge fan of ScummVM, I will take a look later, maybe when the project will be stable enough to be integrated to ScummVM.
If someone else is interested to do it right now, I'm OK with that.
Thank you for your post @Mataniko

from engge.

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.