✅ Amiga Freepascal And Highspeed Pascal VSprite Demo - Day 87

PythonНовичку радость
PythonНовичку радость

I have converted some C code to compile with freepascal and high speed pascal. I demonstrate how to change the image and go over the code and some Amiga freepascal/high speed pascal differences. github example sources ex1 - vsprite demo ex2 - drawimafe demo - uses same format as Bob for Exporting https://github.com/RetroNick2020/raster-master/tree/main/Examples


Keywords (if available)
Comments

Users Comments

Related Videos

Related videos

Thumbnail

Artificial Intelligence The XOR example

By PythonНовичку радость

Duration: 8:19

Thumbnail

Online FreePascal Compiler for Amiga 1.x

more at http://blog.alb42.de It's an online Compiler for FreePascal targeting Amiga 1.x automatically creating a bootable Floppy as ADF.

By Python научный стиль

Duration: 1:42

Thumbnail

✅ Pas2JS (freepascal) Hello World - Day 58

I am learning how to use the freepascal Pas2JS compiler/transpiler. This is just a small intro but in future videos i will go over the things i've learned about Pas2JS as it relates to canvas/graphics/mouse/keyboard input. Game ported to pas2js...

By Разработка на Vue: Шаг за Шагом

Duration: 11:16

Thumbnail

C++ vs Free Pascal ( simple speed comparison )

A simple test to give an idea about the performance of these two languages. Forgot to compile the C++ code with optimizations flags. C++ code with -02 optimization: 0.635 s

By PHP-гуру: секреты успешной разработки

Duration: 1:36

Thumbnail

Freepascal ptcgraph Custom Graph Window Size at Startup - Day 128

I've made a slight enhancement to ptcgraph that allows you to create bigger startup window based on the size of your current monitor. I also show a few differences between the graph unit and ptcgraph if you have been using only the graph unit ...

By Программирование На Пальцах

Duration: 6:13

Thumbnail

✅ Maze in freepascal and Turbo Pascal - Day 75

Some test/experimental code to generate mazes and find if the maze has a solvable path. code on github https://github.com/RetroNick2020/Channel-Code/tree/master/freepascal/pasmaze

By PythonElevate

Duration: 10:57

Thumbnail

✅ Pas2JS (freepascal) Keyboard Events - Day 60

Using pas2js to attach keyboard event handler and check events. Small demo also shows how use arrow key to move a small box around in canvas. In future videos i will go over the things i've learned about Pas2JS as it relates to canvas/graphic...

By JS Старт: Видеоуроки

Duration: 19:23

Thumbnail

How to set graph mode in Free Pascal | Как включить графический режим в Free Pascal #freepascal

Code: program test; uses crt, graph; var gd, gm: integer; begin ClrScr; gd := detect; {gd := 0;} InitGraph(gd, gm, ''); ... Readln; CloseGraph; end.

By Чистота: инвестиция в гармонию и покой

Duration: 2:19

Thumbnail

✅ QBasic Reversi to Turbo Pascal and Freepascal - Day 66

I ported Microsoft's QBasic Reversi to Turbo Pascal and Freepascal. Compiles on Dos/Windows and maybe soon on Pas2JS? Also Ported to pas2js https://youtu.be/RhGlUizLHK4 https://retronick.neocities.org/reversi/game.html Link to github source ...

By КодоЖивопись

Duration: 11:14

Thumbnail

✅ Freetype In Lazarus and Freepascal For Windows - Day 45

I had problems using freetype with FCL on my Windows 10 system. couldn't figure exactly which freetype.dll to use. Finally figured it out and few more things. In this video go over some of the error messages you may see when you don't have ...

By Python команда

Duration: 25:23

Thumbnail

✅ Pas2js (freepascal) Timer Events - Day 62

Using pas2js to create timer events to move items on canvas. In future videos i will go over the things i've learned about Pas2JS as it relates to canvas/graphics commands. Game ported to pas2js https://youtu.be/RhGlUizLHK4 https://retronick...

By JavaScript для интернет-маркетологов

Duration: 5:52

Thumbnail

✅Pas2js (freepascal) Canvas getImagedata - putImagedata - Day 64

Using pas2js with getImagedata / putImagedata commands. This is the final video in this series. Game ported to pas2js https://youtu.be/RhGlUizLHK4 https://retronick.neocities.org/reversi/game.html Source on Github https://github.com/RetroNick2020...

By JavaScript и SEO

Duration: 6:38

Thumbnail

tutorial freepascal

By SQL и MySQL Мониторинг баз данных

Duration: 4:07

Thumbnail

ASSEMBLER // вывод спрайта // Pascal @VadimRazov

#assembler #созданиеигры #pascale #программирование #спрайты #sprite вывожу спрайты с помощью встроенного в паскаль ассемблера как есть. без сжатия ...

By Новые решения и рекомендации

Duration: 10:51

Thumbnail

FreePascal Pascal 102

This video picks up from where we left off with our FreePascal 101 Video. This one covers anatomy of a program and unit, where documentation is located, where the sample code is located in the Free Pascal installation directory and many tips and tric...

By SQL и MySQL Тесты

Duration: 43:17

Thumbnail

[SID Version] Quartex Substance - Amiga Demo (C64)

http://partsfromthepast.blogspot.gr/ One of the best old school demo on the Amiga 500 which I used to run almost everyday back in the 90s. This is my personal disk from back then converted to DMS disk image format. Moby the music composer of this mus...

By Приключения в игровых мирах

Duration: 18:19

Thumbnail

Информатика-2 :Программирование на Pascal. Создание и компиляция программ в среде FreePascal

Создание и компиляция программ в среде FreePascal. Автор: Артемов И.Л.

By Как Сделать Креативно

Duration: 57:23

Thumbnail

[Programming Languages] Episode 6 - First Impression - Free Pascal

►Full First Look Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd-5hJ47DNAOKKLLIHjz1Tzq ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel/UCA64pZbN5Mz5NxC...

By Linguistic Liaisons

Duration: 57:54

Thumbnail

Обзор программ часть 1: Free Pascal

Скачать тут http://www.freepascal.org/download.var В ней можно писать : Для того чтобы выводился текст: Program One; Uses CRT; Begin CLRSCR; Write('Текст'); Reakey End. Для р...

By Нейросеть и человеческая интуиция: исследование взаимодействия

Duration: 8:12

Thumbnail

IRIS - Kilofix : #BP06 #Demo #Amiga #Scene #Retro #Амига #Демки #Сглаженное

IRIS - Kilofix : #BP06 #Demo #Amiga #Сглаженное https://www.youtube.com/watch?v=-jcVpMO2DTM BP06_Kilofix_by_iris_XViD.avi 24.04.2006 33,6 МБ (35 247 236 байт) #ChaosConstructions #Демопати #Demoscene #Demoparty #ZxSpectru...

By Компьютерные запчасти: как выбрать и где купить

Duration: 4:26