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

Сообщений: 7660
Зарегистрирован: 04.01.2005
Рейтинг: 33
Сказал спасибо: 173
Поблагодарили 1543 раз(а) в 969 сообщ.
Сообщение: #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 on NAOMI SWAT 78 96708 17.09.2026 21:16
Посл. сообщение: SWAT
  DreamShell v4.0.4 Release SWAT 93 38324 16.09.2026 15:08
Посл. сообщение: pcwzrd13
Радуга DreamShell на GitHub SWAT 77 281129 10.09.2026 13:33
Посл. сообщение: SWAT
Звезда DreamShell v4.0.3 Release SWAT 90 120999 08.06.2026 10:03
Посл. сообщение: fafadou
Звезда DreamShell v4.0.2 Release SWAT 99 176992 07.10.2025 05:43
Посл. сообщение: SWAT
  Windows CE Video Player on the SEGA Dreamcast/Dreamshell aldair 1 6506 04.09.2025 00:46
Посл. сообщение: Ro Magnus Larsson
  Compatibility list for DreamShell v4.0.1+ Elgor4uk 27 59391 06.06.2025 16:03
Посл. сообщение: SWAT
Звезда DreamShell v4.0.1 Release SWAT 210 439798 14.05.2025 11:54
Посл. сообщение: fafadou
  Sonic theme for DreamShell v4.0.1 Dolphin_PS2 0 6575 20.02.2025 03:09
Посл. сообщение: Dolphin_PS2
Улыбка DreamShell bootloader bios megavolt85 171 852382 26.12.2024 23:53
Посл. сообщение: megavolt85

Переход:


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