Forum > Games

Image inside Bitmap

<< < (2/4) > >>

furious programming:

--- Quote from: LeopardCoder on January 22, 2023, 10:48:59 pm ---Do you think it's still worth switching to SDL?
--- End quote ---

If you're doing this as a school project, then no, it doesn't pay to change anything now. The more so that you think that everything is working properly and efficiently enough. If you are interested in the topic and would like to create any meaningful game (even a small one), you can play with SDL out of curiosity.


--- Quote ---How long would it take to understand SDL well enough to use it?
--- End quote ---

If you know Free Pascal very well, you can master the absolute basics in a few days, because SDL is simply a set of functions that are simple to use and simple to understand (of course with the help of documentation). More complex things take a few weeks, and to be able to create professional software consisting of complex subsystems and implementing patterns known in the industry, you need long months or even years of study and extensive programming knowledge.

SDL is used for windows and input devices, rendering, and sound handling, but you write all the game logic yourself. To make a simple game, all you need to do is learn to use only a dozen, maybe several dozen functions. On the other hand, you can easily find a lot of tutorials on the web explaining how to use SDL.

Seenkao:
Привет!
Вы можете попробовать ZenGL. Внутри содержаться примеры, в которых не обязательно многое изучать. Для работы с примитивами, со спрайтами, со звуком, с таймером. Так же показаны примеры столкновений (demo14 - sound). Столкновения реализованы для мыши и кнопкой звука мелодии.

Если это поможет. Успехов!

Google translate:
Hey!
You can try ZenGL. Inside there are examples in which it is not necessary to study much. To work with primitives, with sprites, with sound, with a timer. Collision examples are also shown (demo14 - sound). Collisions are implemented for the mouse and the ringtone sound button.

If it helps. Good luck!

KodeZwerg:

--- Quote from: Seenkao on January 22, 2023, 11:37:50 pm ---ZenGL
--- End quote ---
I think you made a typo there
(blue text)

-translate

мне кажется вы там опечатку сделали
(синий текст)

Seenkao:
KodeZwerg, нет, это не опечатка. Это указание на данный архив. Когда люди делают форки проекта, их форки могут отставать. И эта ссылка указывает на первоначальный форк.

К сожаленью, Andru свой сайт удалил. Данный проект это продолжение его дела. Версия 3.12 всё ещё есть, у меня указывается, но только на старый сайт. Которого уже нет... Вот это надо исправить.  :)

Google translate:
KodeZwerg, no, that's not a typo. This is an indication of this archive. When people fork a project, their forks may fall behind. And this link points to the original fork.

Unfortunately, Andru deleted his site. This project is a continuation of his work. Version 3.12 is still there, I have it, but only to the old site. Which no longer exists ... This needs to be fixed. :)

KodeZwerg:
Just wanted to draw your attention to the fact that your word "guthub" should actually be "github".

-translate

Просто хотел обратить ваше внимание на то, что ваше слово «guthub» на самом деле должно быть «github».

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version