Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Console for SFML Devs and players  (Read 1805 times)

0 Members and 1 Guest are viewing this topic.

Meerjel01

  • Newbie
  • *
  • Posts: 27
    • View Profile
Console for SFML Devs and players
« on: May 25, 2023, 07:17:43 pm »
I had a crazy idea about making a game console dedicated to 2D/SFML games for awhile now. It should be made to handle SFML the best and be easy to develop for.

Just an idea I had. But I might try to make it a reality as well.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Console for SFML Devs and players
« Reply #1 on: May 25, 2023, 08:54:07 pm »
By game console you mean hardware specifically suited for SFML or what does that mean exactly?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Meerjel01

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Console for SFML Devs and players
« Reply #2 on: May 25, 2023, 09:15:38 pm »
By game console you mean hardware specifically suited for SFML or what does that mean exactly?
Yes that is it. A console that works with SFML better than any other.

Krog

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Console for SFML Devs and players
« Reply #3 on: June 03, 2023, 06:37:37 pm »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Console for SFML Devs and players
« Reply #4 on: June 04, 2023, 12:14:01 am »
Oh wow, where did you dig up that oldie. A 3D engine by Laurent from 2005, that's like before SFML even started :D

I think Meerjel01 meant more something like PICO8 or a NES, but somehow built around SFML and not really talking about a terminal/console.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Meerjel01

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Console for SFML Devs and players
« Reply #5 on: June 04, 2023, 09:32:45 am »
Yes I meant something like a NES but not as limited in graphics and such.

Let's say it's like an Xbox without any 3D features. A retro console that's easy to use and easy to work with. I would want it to be a reality no doubt.

fallahn

  • Sr. Member
  • ****
  • Posts: 492
  • Buns.
    • View Profile
    • Trederia
Re: Console for SFML Devs and players
« Reply #6 on: June 04, 2023, 12:15:35 pm »
I thought about this some time ago, and even did some experiments. The idea was to use an x86 SBC as the hardware (something like an UDOO bolt or LattePanda) and run a minimal version of linux on it - for example with no desktop environement. x86 would be ideal as there would be no need for cross-compiler setup (although perhaps some wrangling of libraries to get a compatible development environment).

For software I created this as a working proof of concept: https://github.com/fallahn/osgc

It basically runs a front-end executable (written with SFML of course ;) ) that allows browsing games similarly to Kodi for videos or RetroArch for emulators.

Games themselves are then built as DLLs (or SOs as we're on linux) instead of executables. Then they can be copied to an SD card or the storage of the SBC so that the frontend can load the games at runtime.

With a bit of work and a 3D printed case, maybe it could be turned into a console-like device :D

Krog

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Console for SFML Devs and players
« Reply #7 on: June 04, 2023, 12:19:05 pm »
Oh wow, where did you dig up that oldie. A 3D engine by Laurent from 2005, that's like before SFML even started :D

I'm a old member of www.developpez.com  :)

Meerjel01

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Console for SFML Devs and players
« Reply #8 on: June 04, 2023, 05:14:44 pm »
I thought about this some time ago, and even did some experiments. The idea was to use an x86 SBC as the hardware (something like an UDOO bolt or LattePanda) and run a minimal version of linux on it - for example with no desktop environement. x86 would be ideal as there would be no need for cross-compiler setup (although perhaps some wrangling of libraries to get a compatible development environment).

For software I created this as a working proof of concept: https://github.com/fallahn/osgc

It basically runs a front-end executable (written with SFML of course ;) ) that allows browsing games similarly to Kodi for videos or RetroArch for emulators.

Games themselves are then built as DLLs (or SOs as we're on linux) instead of executables. Then they can be copied to an SD card or the storage of the SBC so that the frontend can load the games at runtime.

With a bit of work and a 3D printed case, maybe it could be turned into a console-like device :D
That's just amazing! All I have is a Raspberry Pi 1 that I can't make a custom OS for.

Meerjel01

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Console for SFML Devs and players
« Reply #9 on: June 13, 2023, 10:31:07 am »
How to manufacture a line of these SFML consoles for people all around to play with? I think it's to prove that it'll work?

Cause I have a plan to turn my Raspberry Pi into one of these consoles and showcase it to some company that'll accept it. Sure I need to learn how to make an operative system but I possibly can do that.

Meerjel01

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Console for SFML Devs and players
« Reply #10 on: September 26, 2023, 01:41:55 pm »
Haha. I'm back here again.

Is it possible porting SFML to a Raspberry Pi with a custom OS? I wanna know cause I still want to make a game console out of it.

fallahn

  • Sr. Member
  • ****
  • Posts: 492
  • Buns.
    • View Profile
    • Trederia
Re: Console for SFML Devs and players
« Reply #11 on: September 26, 2023, 04:56:35 pm »
Not sure you really need a custom OS - you can use this with your regular Linux pi distro - https://github.com/mickelson/sfml-pi - it'll run without X11/windowing so it can draw directly to the screen (like a console). I've used it in the past to create a 'digital scoreboard' for a darts game at a local bar.

Or, in other words, using the that version of SFML to create a console-like frontend (similar to what I mentioned in my previous post) have it launch immediately once the pi boots. From there you can load any game etc from SD card, and developers have a familiar environment (SFML) to create games for your console :D

Meerjel01

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Console for SFML Devs and players
« Reply #12 on: September 26, 2023, 07:23:12 pm »
I could but I want to adventure a bit with this. I wanna make an operative system that feels like it was for a console. Sorta like the Original Xbox OS/BIOS.

Also I always wanted to make an operative system for something like this.