Создать ответ 
 
Рейтинг темы:
  • Голосов: 3 - Средняя оценка: 5
  • 1
  • 2
  • 3
  • 4
  • 5
DreamShell v4.0.0 Release
Автор Сообщение
SWAT Не на форуме
Администратор
*******

Сообщений: 7451
Зарегистрирован: 04.01.2005
Рейтинг: 32
Сказал спасибо: 164
Поблагодарили 1402 раз(а) в 866 сообщ.
Сообщение: #146
RE: DreamShell v4.0.0 Release
(17.05.2024 08:00)VeraBecker писал(а):  
(17.05.2024 07:38)SWAT писал(а):  It couldn't work any better and this is not easy to do. I don't see the point in this.
What specifically don't suit you in current version of SDL?
The DS is designed in such a way that you can write anything at any time with hardware acceleration with PVR or Parallax API, on top of the built-in UI on SDL. But of course DS doesn't have hardware GUI API, so you need write your own buttons and so on.
Rewrite DS GUI API for hardware rendered it's like a developing new DreamShell 5.0 and rewrite all apps.

I am using the object to create threads with SDL to load images faster, it works, the problem is that when I try to kill the thread it gets stuck, it is better to change to Pthread.h and with that library it works, I think it may contain errors.

You can use pthreads or KOS kernel threads API.
But I think your issue not from SDL in general. What you mean "kill thread" and what in this thread executed?
Threads can't speed up something on single core CPU Smile, you get it as pseudo async nothing more.

(17.05.2024 08:00)VeraBecker писал(а):  Question, Does DS have libraries for displaying HTML?

Of course no Smile It's too complicated to do. And modern sites are very gluttonous, Dreamcast can no longer do anything about it.
HTML parsing it is not a problem, the library that is used for XML in applications can handle this I think, and I made DS XML similar to HTML. But this is very, very far from modern HTML.

[Изображение: barbers.png]
17.05.2024 11:17
Вебсайт Найти все сообщения Цитировать это сообщение
 Сказали спасибо: fafadou
Создать ответ 


Сообщения в этой теме
DreamShell v4.0.0 Release - SWAT - 01.02.2024, 21:08
RE: DreamShell v4.0.0 Release - SWAT - 02.02.2024, 10:42
RE: DreamShell v4.0.0 Release - SWAT - 02.02.2024, 20:17
RE: DreamShell v4.0.0 Release - SWAT - 05.02.2024, 08:58
RE: DreamShell v4.0.0 Release - SWAT - 06.02.2024, 06:57
RE: DreamShell v4.0.0 Release - SWAT - 05.02.2024, 13:18
RE: DreamShell v4.0.0 Release - SWAT - 09.02.2024, 16:57
RE: DreamShell v4.0.0 Release - SWAT - 20.02.2024, 06:19
RE: DreamShell v4.0.0 Release - SWAT - 20.02.2024, 11:46
RE: DreamShell v4.0.0 Release - SWAT - 12.02.2024, 15:11
RE: DreamShell v4.0.0 Release - SWAT - 14.02.2024, 07:56
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 11:01
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 21:10
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 22:00
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 22:47
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 22:54
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 23:00
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 23:13
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 23:20
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 23:39
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 23:49
RE: DreamShell v4.0.0 Release - SWAT - 15.02.2024, 07:39
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 23:09
RE: DreamShell v4.0.0 Release - svk77 - 14.02.2024, 23:35
RE: DreamShell v4.0.0 Release - svk77 - 02.03.2024, 11:34
RE: DreamShell v4.0.0 Release - svk77 - 06.03.2024, 13:05
RE: DreamShell v4.0.0 Release - svk77 - 07.03.2024, 12:01
RE: DreamShell v4.0.0 Release - SWAT - 27.02.2024, 06:12
RE: DreamShell v4.0.0 Release - SWAT - 03.03.2024, 09:21
RE: DreamShell v4.0.0 Release - SWAT - 03.03.2024, 19:37
RE: DreamShell v4.0.0 Release - SWAT - 06.03.2024, 06:47
RE: DreamShell v4.0.0 Release - SWAT - 06.03.2024, 07:39
RE: DreamShell v4.0.0 Release - svk77 - 06.03.2024, 15:31
RE: DreamShell v4.0.0 Release - SWAT - 08.03.2024, 19:14
RE: DreamShell v4.0.0 Release - svk77 - 08.03.2024, 22:31
RE: DreamShell v4.0.0 Release - SWAT - 09.03.2024, 19:56
RE: DreamShell v4.0.0 Release - SWAT - 12.03.2024, 14:58
RE: DreamShell v4.0.0 Release - svk77 - 07.03.2024, 13:52
RE: DreamShell v4.0.0 Release - SWAT - 13.03.2024, 13:37
RE: DreamShell v4.0.0 Release - SWAT - 13.03.2024, 19:14
RE: DreamShell v4.0.0 Release - SWAT - 14.03.2024, 15:15
RE: DreamShell v4.0.0 Release - SWAT - 15.03.2024, 06:32
RE: DreamShell v4.0.0 Release - SWAT - 19.03.2024, 19:22
RE: DreamShell v4.0.0 Release - SWAT - 19.04.2024, 19:17
RE: DreamShell v4.0.0 Release - SWAT - 22.04.2024, 07:54
RE: DreamShell v4.0.0 Release - SWAT - 23.04.2024, 06:26
RE: DreamShell v4.0.0 Release - ands - 22.04.2024, 10:41
RE: DreamShell v4.0.0 Release - SWAT - 08.05.2024, 07:14
RE: DreamShell v4.0.0 Release - SWAT - 08.05.2024, 07:15
RE: DreamShell v4.0.0 Release - SWAT - 10.05.2024, 19:05
RE: DreamShell v4.0.0 Release - SWAT - 13.05.2024, 06:09
RE: DreamShell v4.0.0 Release - SWAT - 16.05.2024, 19:09
RE: DreamShell v4.0.0 Release - SWAT - 17.05.2024, 07:38
RE: DreamShell v4.0.0 Release - SWAT - 17.05.2024 11:17
RE: DreamShell v4.0.0 Release - SWAT - 20.05.2024, 16:13
RE: DreamShell v4.0.0 Release - SWAT - 23.05.2024, 07:54
RE: DreamShell v4.0.0 Release - SWAT - 28.05.2024, 12:41
RE: DreamShell v4.0.0 Release - SWAT - 29.05.2024, 07:52
RE: DreamShell v4.0.0 Release - SWAT - 29.05.2024, 07:54
RE: DreamShell v4.0.0 Release - SWAT - 24.06.2024, 10:19
RE: DreamShell v4.0.0 Release - SWAT - 05.07.2024, 13:07
RE: DreamShell v4.0.0 Release - SWAT - 09.07.2024, 08:19
RE: DreamShell v4.0.0 Release - SWAT - 18.07.2024, 16:31
RE: DreamShell v4.0.0 Release - SWAT - 19.08.2024, 14:01
RE: DreamShell v4.0.0 Release - SWAT - 20.08.2024, 11:31
RE: DreamShell v4.0.0 Release - SWAT - 20.08.2024, 14:32
RE: DreamShell v4.0.0 Release - SWAT - 21.08.2024, 06:52
RE: DreamShell v4.0.0 Release - SWAT - 21.08.2024, 12:45
RE: DreamShell v4.0.0 Release - SWAT - 21.08.2024, 14:08
RE: DreamShell v4.0.0 Release - SWAT - 22.08.2024, 11:10
RE: DreamShell v4.0.0 Release - SWAT - 05.10.2024, 08:12
RE: DreamShell v4.0.0 Release - SWAT - 10.10.2024, 13:54
RE: DreamShell v4.0.0 Release - SWAT - 14.10.2024, 14:09

Похожие темы
Тема: Автор Ответов: Просмотров: Посл. сообщение
Звезда DreamShell v4.0.2 Release SWAT 99 49347 07.10.2025 05:43
Посл. сообщение: SWAT
Звезда DreamShell v4.0.3 Release SWAT 25 3402 05.10.2025 17:39
Посл. сообщение: aldair
  Windows CE Video Player on the SEGA Dreamcast/Dreamshell aldair 1 1026 04.09.2025 00:46
Посл. сообщение: Ro Magnus Larsson
  Compatibility list for DreamShell v4.0.1+ Elgor4uk 27 18382 06.06.2025 16:03
Посл. сообщение: SWAT
Звезда DreamShell v4.0.1 Release SWAT 210 179748 14.05.2025 11:54
Посл. сообщение: fafadou
Радуга DreamShell на GitHub SWAT 76 183087 24.03.2025 03:39
Посл. сообщение: yo4yo4
  Sonic theme for DreamShell v4.0.1 Dolphin_PS2 0 2397 20.02.2025 03:09
Посл. сообщение: Dolphin_PS2
Улыбка DreamShell bootloader bios megavolt85 171 634870 26.12.2024 23:53
Посл. сообщение: megavolt85
  ISO_CSO in Dreamshell aldair 0 3060 12.10.2024 02:57
Посл. сообщение: aldair
  GTA3 Dreamshell SD Card/Dreamcast aldair 3 7503 26.08.2024 06:29
Посл. сообщение: SWAT

Переход:


Пользователи просматривают эту тему: 2 Гость(ей)