Daemo
ff1a0bb4cb
Fixed C casts to reinterpret cast in window icon deletion
2026-08-28 16:58:55 +02:00
Daemo
bd7cd52c4f
Merge branch 'master' of github.com:seekrs/MacroLibX into indev
2026-08-28 16:42:22 +02:00
Daemo and GitHub
d276899e8b
changed mlx_put_transformed_image_to_window to use float position ( #243 )
...
Using integer positions (x and y), the displayed image could suffer from
rounding errors with rotation. Leading to jittering on most dynamically
resized images trying to fit the window while rotating (common
optimization done in projects like Cub3D). This PR aims to fix this
issue by using float parameters for positioning in the function
2026-08-12 19:30:53 +02:00
Daemo
42f0d52bfa
changed mlx_put_transformed_image_to_window to use float position
2026-08-12 19:25:09 +02:00
Daemo
f1c7f8ab27
Added mlx_set_image_rectangle
2026-08-10 16:02:24 +02:00
Daemo
1e27c05789
Merge branch 'indev' of github.com:seekrs/MacroLibX into indev
2026-08-10 15:33:49 +02:00
Daemo
9800d2f78d
Added mlx_set_window_icon
2026-08-10 15:32:18 +02:00
1cc7e2e2ce
update dependencies ( #242 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: kbJeff-8 <kbJeff-8@users.noreply.github.com >
2026-08-09 14:12:37 +02:00
Daemo
0491089463
Added deprecation for pixel_put functions (OFF BY DEFAULT) as well as warnings in their descriptions
2026-08-09 02:56:36 +02:00
Daemo
83b9f8f9da
Fixed crash on NULL window titles + typo
2026-08-09 02:22:57 +02:00
Daemo
f53d90e72c
Added a header for event code definition and resize window event
2026-08-09 02:11:37 +02:00
Daemo
b9c54dc469
Merge branch 'master' into indev
2026-08-09 00:15:07 +02:00
Daemo and GitHub
63fe3088bf
Fix inconsistencies with the FPS scheduler ( #241 )
...
The current Fps manager will sometime skip the intended delay and start
the next frame immediately, I'm not 100% sure why it happens, but I
rewrote most of it to stay consistent and improved the overall precision
by compensating for OS wake delay after sleep and finishing with a busy
wait
I also changed the behavior of mlx_set_fps_goal to allow zero/negative
values and treat them as uncapped (like most graphics libraries)
2026-08-08 15:45:56 +02:00
Daemo and GitHub
c9df651a14
Optimized region drawing and fixed incorrect region clipping ( #240 )
...
Made small optimizations to Texture's SetRegion, SetLinearRegion,
GetRegion and Clear. They might not be super effective depending on how
the compiler already optimized them. The optimizations mainly focus on
removing the multiplication when transforming a position to an index by
using the row index rather than the y coordinate during iteration.
Also fixed regions not drawing properly when clipping against the sides
of a window and made GetRegion reject any region that isn't fully inside
of the window (previously accepted regions that clipped outside of the
right and bottom side, possibly leading to incorrect reads on the user
end due to desynchronized region dimensions)
2026-08-07 12:31:13 +02:00
Daemo and GitHub
2d0c02ae7e
Fix freeze when resizing a window ( #239 )
...
Fixed an annoying bug where the application would freeze when resizing
the window
This pull request made it so the SDL window's resizing event now
broadcasts a new event specifically asking the swapchain to recreate
itself, which will in turn broadcast the original event when done. It
also removed the Event enum specific values, as they were irrelevant.
2026-08-07 00:18:52 +02:00
77fd97f605
update dependencies ( #238 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: kbJeff-8 <kbJeff-8@users.noreply.github.com >
2026-08-02 11:49:10 +02:00
3ed29db5dd
Bump actions/setup-python from 6 to 7 ( #237 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python )
from 6 to 7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-python/releases ">actions/setup-python's
releases</a>.</em></p>
<blockquote>
<h2>v7.0.0</h2>
<h2>What's Changed</h2>
<h3>Enhancements</h3>
<ul>
<li>Migrate to ESM and upgrade dependencies by <a
href="https://github.com/priyagupta108 "><code>@priyagupta108</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/1330 ">actions/setup-python#1330</a></li>
<li>Pin SHA commits and update docs with latest versions by <a
href="https://github.com/HarithaVattikuti "><code>@HarithaVattikuti</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/1338 ">actions/setup-python#1338</a></li>
<li>Remove the pip-install input by <a
href="https://github.com/gowridurgad "><code>@gowridurgad</code></a> in
<a
href="https://redirect.github.com/actions/setup-python/pull/1336 ">actions/setup-python#1336</a></li>
</ul>
<h3>Bug Fix</h3>
<ul>
<li>Fix to Classify stderr warning messages as warnings instead of
errors in annotations by <a
href="https://github.com/lmvysakh "><code>@lmvysakh</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1335 ">actions/setup-python#1335</a></li>
<li>Validate and retry manifest fetch to prevent silent failures by <a
href="https://github.com/priyagupta108 "><code>@priyagupta108</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/1332 ">actions/setup-python#1332</a></li>
</ul>
<h3>Dependency Upgrade</h3>
<ul>
<li>Bump certifi from 2020.6.20 to 2024.7.4 in
/<strong>tests</strong>/data by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1328 ">actions/setup-python#1328</a></li>
<li>Remove EOL Python versions and Bumps numpy text fixture by <a
href="https://github.com/priya-kinthali "><code>@priya-kinthali</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/1333 ">actions/setup-python#1333</a></li>
<li>Upgrade <code>@actions/cache</code> to 6.2.0 by <a
href="https://github.com/philip-gai "><code>@philip-gai</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1337 ">actions/setup-python#1337</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lmvysakh "><code>@lmvysakh</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/1335 ">actions/setup-python#1335</a></li>
<li><a
href="https://github.com/philip-gai "><code>@philip-gai</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/1337 ">actions/setup-python#1337</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v6...v7.0.0 ">https://github.com/actions/setup-python/compare/v6...v7.0.0 </a></p>
<h2>v6.3.0</h2>
<h2>What's Changed</h2>
<h3>Enhancement</h3>
<ul>
<li>Add RHEL support and include Linux distro in cache keys by <a
href="https://github.com/priyagupta108 "><code>@priyagupta108</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/1323 ">actions/setup-python#1323</a></li>
<li>Fix pip cache error handling on Windows by <a
href="https://github.com/priyagupta108 "><code>@priyagupta108</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/1040 ">actions/setup-python#1040</a></li>
</ul>
<h3>Dependency update</h3>
<ul>
<li>Upgrade minimatch from 3.1.2 to 3.1.5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1281 ">actions/setup-python#1281</a></li>
<li>Upgrade actions dependencies by <a
href="https://github.com/gowridurgad "><code>@gowridurgad</code></a>
with <a href="https://github.com/Copilot "><code>@Copilot</code></a> in
<a
href="https://redirect.github.com/actions/setup-python/pull/1303 ">actions/setup-python#1303</a></li>
<li>Upgrade <code>@actions/cache</code> to 5.1.0, log cache write
denied by <a
href="https://github.com/jasongin "><code>@jasongin</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1324 ">actions/setup-python#1324</a></li>
<li>Upgrade dependency versions and test workflow configuration by <a
href="https://github.com/HarithaVattikuti "><code>@HarithaVattikuti</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/1322 ">actions/setup-python#1322</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Update advanced-usage.md by <a
href="https://github.com/Dunky-Z "><code>@Dunky-Z</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/811 ">actions/setup-python#811</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gowridurgad "><code>@gowridurgad</code></a>
with <a href="https://github.com/Copilot "><code>@Copilot</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/1303 ">actions/setup-python#1303</a></li>
<li><a href="https://github.com/jasongin "><code>@jasongin</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/1324 ">actions/setup-python#1324</a></li>
<li><a href="https://github.com/Dunky-Z "><code>@Dunky-Z</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/811 ">actions/setup-python#811</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0 ">https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0 </a></p>
<h2>v6.2.0</h2>
<h2>What's Changed</h2>
<h3>Dependency Upgrades</h3>
<ul>
<li>Upgrade dependencies to Node 24 compatible versions by <a
href="https://github.com/salmanmkc "><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1259 ">actions/setup-python#1259</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-python/commit/5fda3b95a4ea91299a34e894583c3862153e4b97 "><code>5fda3b9</code></a>
Pin SHA commits and update docs with latest versions (<a
href="https://redirect.github.com/actions/setup-python/issues/1338 ">#1338</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/4ab7e95f05e168b4356aebde89dd84f59c283d8e "><code>4ab7e95</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/setup-python/issues/1337 ">#1337</a>
from actions/philip-gai/bump-actions-cache-6-2-0</li>
<li><a
href="https://github.com/actions/setup-python/commit/0f3a009f475dbea83c0371cd85d099690fee8c5c "><code>0f3a009</code></a>
Remove the pip-install input (<a
href="https://redirect.github.com/actions/setup-python/issues/1336 ">#1336</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/f8cf4291c8b8e273ddd26e569454615c7315d932 "><code>f8cf429</code></a>
Migrate to ESM and upgrade dependencies (<a
href="https://redirect.github.com/actions/setup-python/issues/1330 ">#1330</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/54baeea5b34417d10a7479663a23cca53ea209b5 "><code>54baeea</code></a>
Validate and retry manifest fetch to prevent silent failures (<a
href="https://redirect.github.com/actions/setup-python/issues/1332 ">#1332</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/c7092773a316760f4ecfe498e4af668a4dafeac5 "><code>c709277</code></a>
Annotation code fix (<a
href="https://redirect.github.com/actions/setup-python/issues/1335 ">#1335</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/6849080452e69b330395e8a6d23cf90f56d76a1a "><code>6849080</code></a>
remove EOL Python versions and Bumps numpy text fixture (<a
href="https://redirect.github.com/actions/setup-python/issues/1333 ">#1333</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/0903b469fbf4441aadfe4f4b249dc5b1fba3a73e "><code>0903b46</code></a>
Bump certifi from 2020.6.20 to 2024.7.4 in /<strong>tests</strong>/data
(<a
href="https://redirect.github.com/actions/setup-python/issues/1328 ">#1328</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-python/compare/v6...v7 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-21 13:28:57 +02:00
38145d8f1e
update dependencies ( #236 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: kbJeff-8 <kbJeff-8@users.noreply.github.com >
2026-07-19 13:38:14 +02:00
fe60a3edfc
update dependencies ( #235 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: kbJeff-8 <kbJeff-8@users.noreply.github.com >
2026-07-05 13:34:51 +02:00
fafd5c9dc9
Bump actions/cache from 5 to 6 ( #234 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 5 to 6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/releases ">actions/cache's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update packages, migrate to ESM by <a
href="https://github.com/Samirat "><code>@Samirat</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1760 ">actions/cache#1760</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v5...v6.0.0 ">https://github.com/actions/cache/compare/v5...v6.0.0 </a></p>
<h2>v5.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump <code>@actions/cache</code> to v5.1.0 - handle read-only cache
access by <a
href="https://github.com/jasongin "><code>@jasongin</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1775 ">actions/cache#1775</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v5...v5.1.0 ">https://github.com/actions/cache/compare/v5...v5.1.0 </a></p>
<h2>v5.0.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Update ts-http-runtime dependency by <a
href="https://github.com/yacaovsnc "><code>@yacaovsnc</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1747 ">actions/cache#1747</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v5...v5.0.5 ">https://github.com/actions/cache/compare/v5...v5.0.5 </a></p>
<h2>v5.0.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Add release instructions and update maintainer docs by <a
href="https://github.com/Link "><code>@Link</code></a>- in <a
href="https://redirect.github.com/actions/cache/pull/1696 ">actions/cache#1696</a></li>
<li>Potential fix for code scanning alert no. 52: Workflow does not
contain permissions by <a
href="https://github.com/Link "><code>@Link</code></a>- in <a
href="https://redirect.github.com/actions/cache/pull/1697 ">actions/cache#1697</a></li>
<li>Fix workflow permissions and cleanup workflow names / formatting by
<a href="https://github.com/Link "><code>@Link</code></a>- in <a
href="https://redirect.github.com/actions/cache/pull/1699 ">actions/cache#1699</a></li>
<li>docs: Update examples to use the latest version by <a
href="https://github.com/XZTDean "><code>@XZTDean</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1690 ">actions/cache#1690</a></li>
<li>Fix proxy integration tests by <a
href="https://github.com/Link "><code>@Link</code></a>- in <a
href="https://redirect.github.com/actions/cache/pull/1701 ">actions/cache#1701</a></li>
<li>Fix cache key in examples.md for bun.lock by <a
href="https://github.com/RyPeck "><code>@RyPeck</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1722 ">actions/cache#1722</a></li>
<li>Update dependencies & patch security vulnerabilities by <a
href="https://github.com/Link "><code>@Link</code></a>- in <a
href="https://redirect.github.com/actions/cache/pull/1738 ">actions/cache#1738</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/XZTDean "><code>@XZTDean</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/cache/pull/1690 ">actions/cache#1690</a></li>
<li><a href="https://github.com/RyPeck "><code>@RyPeck</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/cache/pull/1722 ">actions/cache#1722</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v5...v5.0.4 ">https://github.com/actions/cache/compare/v5...v5.0.4 </a></p>
<h2>v5.0.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump <code>@actions/cache</code> to v5.0.5 (Resolves: <a
href="https://github.com/actions/cache/security/dependabot/33 ">https://github.com/actions/cache/security/dependabot/33 </a>)</li>
<li>Bump <code>@actions/core</code> to v2.0.3</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v5...v5.0.3 ">https://github.com/actions/cache/compare/v5...v5.0.3 </a></p>
<h2>v.5.0.2</h2>
<h1>v5.0.2</h1>
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/blob/main/RELEASES.md ">actions/cache's
changelog</a>.</em></p>
<blockquote>
<h1>Releases</h1>
<h2>How to prepare a release</h2>
<blockquote>
<p>[!NOTE]
Relevant for maintainers with write access only.</p>
</blockquote>
<ol>
<li>Switch to a new branch from <code>main</code>.</li>
<li>Run <code>npm test</code> to ensure all tests are passing.</li>
<li>Update the version in <a
href="https://github.com/actions/cache/blob/main/package.json "><code>https://github.com/actions/cache/blob/main/package.json </code></a>.</li>
<li>Run <code>npm run build</code> to update the compiled files.</li>
<li>Update this <a
href="https://github.com/actions/cache/blob/main/RELEASES.md "><code>https://github.com/actions/cache/blob/main/RELEASES.md </code></a>
with the new version and changes in the <code>## Changelog</code>
section.</li>
<li>Run <code>licensed cache</code> to update the license report.</li>
<li>Run <code>licensed status</code> and resolve any warnings by
updating the <a
href="https://github.com/actions/cache/blob/main/.licensed.yml "><code>https://github.com/actions/cache/blob/main/.licensed.yml </code></a>
file with the exceptions.</li>
<li>Commit your changes and push your branch upstream.</li>
<li>Open a pull request against <code>main</code> and get it reviewed
and merged.</li>
<li>Draft a new release <a
href="https://github.com/actions/cache/releases ">https://github.com/actions/cache/releases </a>
use the same version number used in <code>package.json</code>
<ol>
<li>Create a new tag with the version number.</li>
<li>Auto generate release notes and update them to match the changes you
made in <code>RELEASES.md</code>.</li>
<li>Toggle the set as the latest release option.</li>
<li>Publish the release.</li>
</ol>
</li>
<li>Navigate to <a
href="https://github.com/actions/cache/actions/workflows/release-new-action-version.yml ">https://github.com/actions/cache/actions/workflows/release-new-action-version.yml </a>
<ol>
<li>There should be a workflow run queued with the same version
number.</li>
<li>Approve the run to publish the new version and update the major tags
for this action.</li>
</ol>
</li>
</ol>
<h2>Changelog</h2>
<h3>6.1.0</h3>
<ul>
<li>Bump <code>@actions/cache</code> to v6.1.0 to pick up <a
href="https://redirect.github.com/actions/toolkit/pull/2435 ">actions/toolkit#2435
Handle cache write error due to read-only token</a></li>
<li>Switch redundant "Cache save failed" warning to debug log
in save-only</li>
</ul>
<h3>6.0.0</h3>
<ul>
<li>Updated <code>@actions/cache</code> to ^6.0.1,
<code>@actions/core</code> to ^3.0.1, <code>@actions/exec</code> to
^3.0.0, <code>@actions/io</code> to ^3.0.2</li>
<li>Migrated to ESM module system</li>
<li>Upgraded Jest to v30 and test infrastructure to be ESM
compatible</li>
</ul>
<h3>5.0.4</h3>
<ul>
<li>Bump <code>minimatch</code> to v3.1.5 (fixes ReDoS via globstar
patterns)</li>
<li>Bump <code>undici</code> to v6.24.1 (WebSocket decompression bomb
protection, header validation fixes)</li>
<li>Bump <code>fast-xml-parser</code> to v5.5.6</li>
</ul>
<h3>5.0.3</h3>
<ul>
<li>Bump <code>@actions/cache</code> to v5.0.5 (Resolves: <a
href="https://github.com/actions/cache/security/dependabot/33 ">https://github.com/actions/cache/security/dependabot/33 </a>)</li>
<li>Bump <code>@actions/core</code> to v2.0.3</li>
</ul>
<h3>5.0.2</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/cache/commit/55cc8345863c7cc4c66a329aec7e433d2d1c52a9 "><code>55cc834</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1768 ">#1768</a>
from jasongin/readonly-cache</li>
<li><a
href="https://github.com/actions/cache/commit/d8cd72f230726cdf4457ebb61ec1b593a8d12337 "><code>d8cd72f</code></a>
Bump <code>@actions/cache</code> to v6.1.0 - handle cache write error
due to RO token</li>
<li><a
href="https://github.com/actions/cache/commit/2c8a9bd7457de244a408f35966fab2fb45fda9c8 "><code>2c8a9bd</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1760 ">#1760</a>
from actions/samirat/esm_migration_and_package_update</li>
<li><a
href="https://github.com/actions/cache/commit/e9b91fdc3fea7d79165fceb79042ef45c2d51023 "><code>e9b91fd</code></a>
Prettier fixes</li>
<li><a
href="https://github.com/actions/cache/commit/e4884b8ff7f92ef6b52c79eda480bbc86e685adb "><code>e4884b8</code></a>
Rebuild dist</li>
<li><a
href="https://github.com/actions/cache/commit/10baf0191a3c426ea0fa4a3253a5c04233b6e18f "><code>10baf01</code></a>
Fixed licenses</li>
<li><a
href="https://github.com/actions/cache/commit/e39b386c9004d72a15d864ade8c0b3a702d47a37 "><code>e39b386</code></a>
Fix test mock return order</li>
<li><a
href="https://github.com/actions/cache/commit/b6928203372a8571ff984c0c883ef3a1adfb0c06 "><code>b692820</code></a>
PR feedback</li>
<li><a
href="https://github.com/actions/cache/commit/60749128a44d25d3c520a489e576380cf00ff3f1 "><code>6074912</code></a>
Rebuild dist bundles as ESM to match type:module</li>
<li><a
href="https://github.com/actions/cache/commit/5a912e8b4af820fa082a0e75cfd2c782f8fbfe0e "><code>5a912e8</code></a>
Fix lint and jest issues</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/cache/compare/v5...v6 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-30 12:51:02 +02:00
d492dccb29
Bump actions/checkout from 6 to 7 ( #232 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6 to
7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases ">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v7.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>block checking out fork pr for pull_request_target and workflow_run
by <a href="https://github.com/aiqiaoy "><code>@aiqiaoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2454 ">actions/checkout#2454</a></li>
<li>Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the
minor-actions-dependencies group across 1 directory by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/checkout/pull/2458 ">actions/checkout#2458</a></li>
<li>Bump flatted from 3.3.1 to 3.4.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/checkout/pull/2460 ">actions/checkout#2460</a></li>
<li>Bump js-yaml from 4.1.0 to 4.2.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/checkout/pull/2461 ">actions/checkout#2461</a></li>
<li>Bump <code>@actions/core</code> and
<code>@actions/tool-cache</code> and Remove uuid by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/checkout/pull/2459 ">actions/checkout#2459</a></li>
<li>upgrade module to esm and update dependencies by <a
href="https://github.com/aiqiaoy "><code>@aiqiaoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2463 ">actions/checkout#2463</a></li>
<li>Bump the minor-npm-dependencies group across 1 directory with 3
updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/checkout/pull/2462 ">actions/checkout#2462</a></li>
<li>getting ready for checkout v7 release by <a
href="https://github.com/aiqiaoy "><code>@aiqiaoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2464 ">actions/checkout#2464</a></li>
<li>update error wording by <a
href="https://github.com/aiqiaoy "><code>@aiqiaoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2467 ">actions/checkout#2467</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/aiqiaoy "><code>@aiqiaoy</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/2454 ">actions/checkout#2454</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v6.0.3...v7.0.0 ">https://github.com/actions/checkout/compare/v6.0.3...v7.0.0 </a></p>
<h2>v6.0.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Update changelog by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2357 ">actions/checkout#2357</a></li>
<li>fix: expand merge commit SHA regex and add SHA-256 test cases by <a
href="https://github.com/yaananth "><code>@yaananth</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2414 ">actions/checkout#2414</a></li>
<li>Fix checkout init for SHA-256 repositories by <a
href="https://github.com/yaananth "><code>@yaananth</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2439 ">actions/checkout#2439</a></li>
<li>Update changelog for v6.0.3 by <a
href="https://github.com/yaananth "><code>@yaananth</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2446 ">actions/checkout#2446</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/yaananth "><code>@yaananth</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/2414 ">actions/checkout#2414</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v6...v6.0.3 ">https://github.com/actions/checkout/compare/v6...v6.0.3 </a></p>
<h2>v6.0.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID
is set by <a
href="https://github.com/TingluoHuang "><code>@TingluoHuang</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/2355 ">actions/checkout#2355</a></li>
<li>Fix tag handling: preserve annotations and explicit fetch-tags by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2356 ">actions/checkout#2356</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v6.0.1...v6.0.2 ">https://github.com/actions/checkout/compare/v6.0.1...v6.0.2 </a></p>
<h2>v6.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update all references from v5 and v4 to v6 by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2314 ">actions/checkout#2314</a></li>
<li>Add worktree support for persist-credentials includeIf by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2327 ">actions/checkout#2327</a></li>
<li>Clarify v6 README by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2328 ">actions/checkout#2328</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v6...v6.0.1 ">https://github.com/actions/checkout/compare/v6...v6.0.1 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md ">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v7.0.0</h2>
<ul>
<li>Block checking out fork PR for pull_request_target and workflow_run
by <a href="https://github.com/aiqiaoy "><code>@aiqiaoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2454 ">actions/checkout#2454</a></li>
<li>Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the
minor-actions-dependencies group across 1 directory by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/checkout/pull/2458 ">actions/checkout#2458</a></li>
<li>Bump flatted from 3.3.1 to 3.4.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/checkout/pull/2460 ">actions/checkout#2460</a></li>
<li>Bump js-yaml from 4.1.0 to 4.2.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/checkout/pull/2461 ">actions/checkout#2461</a></li>
<li>Bump <code>@actions/core</code> and
<code>@actions/tool-cache</code> and Remove uuid by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/checkout/pull/2459 ">actions/checkout#2459</a></li>
<li>upgrade module to esm and update dependencies by <a
href="https://github.com/aiqiaoy "><code>@aiqiaoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2463 ">actions/checkout#2463</a></li>
<li>Bump the minor-npm-dependencies group across 1 directory with 3
updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/checkout/pull/2462 ">actions/checkout#2462</a></li>
</ul>
<h2>v6.0.3</h2>
<ul>
<li>Fix checkout init for SHA-256 repositories by <a
href="https://github.com/yaananth "><code>@yaananth</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2439 ">actions/checkout#2439</a></li>
<li>fix: expand merge commit SHA regex and add SHA-256 test cases by <a
href="https://github.com/yaananth "><code>@yaananth</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2414 ">actions/checkout#2414</a></li>
</ul>
<h2>v6.0.2</h2>
<ul>
<li>Fix tag handling: preserve annotations and explicit fetch-tags by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2356 ">actions/checkout#2356</a></li>
</ul>
<h2>v6.0.1</h2>
<ul>
<li>Add worktree support for persist-credentials includeIf by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2327 ">actions/checkout#2327</a></li>
</ul>
<h2>v6.0.0</h2>
<ul>
<li>Persist creds to a separate file by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2286 ">actions/checkout#2286</a></li>
<li>Update README to include Node.js 24 support details and requirements
by <a href="https://github.com/salmanmkc "><code>@salmanmkc</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/2248 ">actions/checkout#2248</a></li>
</ul>
<h2>v5.0.1</h2>
<ul>
<li>Port v6 cleanup to v5 by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2301 ">actions/checkout#2301</a></li>
</ul>
<h2>v5.0.0</h2>
<ul>
<li>Update actions checkout to use node 24 by <a
href="https://github.com/salmanmkc "><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2226 ">actions/checkout#2226</a></li>
</ul>
<h2>v4.3.1</h2>
<ul>
<li>Port v6 cleanup to v4 by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2305 ">actions/checkout#2305</a></li>
</ul>
<h2>v4.3.0</h2>
<ul>
<li>docs: update README.md by <a
href="https://github.com/motss "><code>@motss</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1971 ">actions/checkout#1971</a></li>
<li>Add internal repos for checking out multiple repositories by <a
href="https://github.com/mouismail "><code>@mouismail</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1977 ">actions/checkout#1977</a></li>
<li>Documentation update - add recommended permissions to Readme by <a
href="https://github.com/benwells "><code>@benwells</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2043 ">actions/checkout#2043</a></li>
<li>Adjust positioning of user email note and permissions heading by <a
href="https://github.com/joshmgross "><code>@joshmgross</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2044 ">actions/checkout#2044</a></li>
<li>Update README.md by <a
href="https://github.com/nebuk89 "><code>@nebuk89</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2194 ">actions/checkout#2194</a></li>
<li>Update CODEOWNERS for actions by <a
href="https://github.com/TingluoHuang "><code>@TingluoHuang</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/2224 ">actions/checkout#2224</a></li>
<li>Update package dependencies by <a
href="https://github.com/salmanmkc "><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2236 ">actions/checkout#2236</a></li>
</ul>
<h2>v4.2.2</h2>
<ul>
<li><code>url-helper.ts</code> now leverages well-known environment
variables by <a href="https://github.com/jww3 "><code>@jww3</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1941 ">actions/checkout#1941</a></li>
<li>Expand unit test coverage for <code>isGhes</code> by <a
href="https://github.com/jww3 "><code>@jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1946 ">actions/checkout#1946</a></li>
</ul>
<h2>v4.2.1</h2>
<ul>
<li>Check out other refs/* by commit if provided, fall back to ref by <a
href="https://github.com/orhantoy "><code>@orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1924 ">actions/checkout#1924</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 "><code>9c091bb</code></a>
update error wording (<a
href="https://redirect.github.com/actions/checkout/issues/2467 ">#2467</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a "><code>1044a6d</code></a>
getting ready for checkout v7 release (<a
href="https://redirect.github.com/actions/checkout/issues/2464 ">#2464</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f "><code>f028218</code></a>
Bump the minor-npm-dependencies group across 1 directory with 3 updates
(<a
href="https://redirect.github.com/actions/checkout/issues/2462 ">#2462</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d "><code>d914b26</code></a>
upgrade module to esm and update dependencies (<a
href="https://redirect.github.com/actions/checkout/issues/2463 ">#2463</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d "><code>537c7ef</code></a>
Bump <code>@actions/core</code> and <code>@actions/tool-cache</code>
and Remove uuid (<a
href="https://redirect.github.com/actions/checkout/issues/2459 ">#2459</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6 "><code>130a169</code></a>
Bump js-yaml from 4.1.0 to 4.2.0 (<a
href="https://redirect.github.com/actions/checkout/issues/2461 ">#2461</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3 "><code>7d09575</code></a>
Bump flatted from 3.3.1 to 3.4.2 (<a
href="https://redirect.github.com/actions/checkout/issues/2460 ">#2460</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e "><code>0f9f3aa</code></a>
Bump actions/publish-immutable-action (<a
href="https://redirect.github.com/actions/checkout/issues/2458 ">#2458</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7 "><code>f9e715a</code></a>
block checking out fork pr for pull_request_target and workflow_run (<a
href="https://redirect.github.com/actions/checkout/issues/2454 ">#2454</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/v6...v7 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-25 17:49:12 +02:00
35d0dafc78
update dependencies ( #230 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: kbJeff-8 <kbJeff-8@users.noreply.github.com >
2026-06-07 12:12:24 +02:00
71f2de610c
update dependencies ( #229 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: kbJeff-8 <kbJeff-8@users.noreply.github.com >
2026-05-17 12:18:26 +02:00
ddfbe32cea
Indev ( #228 )
...
Co-authored-by: kbJeff-8 <kbJeff-8@users.noreply.github.com >
2026-05-13 14:29:51 +02:00
kbz_8
b090a070c8
Merge branch 'master' into indev
2026-05-13 14:28:58 +02:00
kbJeff-8 and kbz_8
069f8af9d6
[BOT] update dependencies
2026-05-13 14:17:25 +02:00
kbz_8
8b952f14c5
temp fix
2026-05-11 14:05:10 +02:00
kbJeff-8 and kbz_8
cfc3fccac4
[BOT] update dependencies
2026-05-11 14:05:10 +02:00
kbJeff-8 and kbz_8
f691ce6890
[BOT] update dependencies
2026-05-11 14:05:10 +02:00
kbJeff-8 and kbz_8
fb0eecde00
[BOT] update dependencies
2026-05-11 14:05:10 +02:00
kbJeff-8 and kbz_8
f65b8a2aef
[BOT] update dependencies
2026-05-11 14:05:10 +02:00
kbz_8
552cc33ba3
temp fix
2026-05-11 13:55:59 +02:00
kbJeff-8 and kbz_8
d1f5b7c68e
[BOT] update dependencies
2026-05-10 12:33:26 +02:00
kbJeff-8 and kbz_8
e3ab91c7eb
[BOT] update dependencies
2026-04-19 18:24:23 +02:00
kbJeff-8 and kbz_8
6f0beebdf9
[BOT] update dependencies
2026-04-14 02:47:02 +02:00
kbJeff-8 and kbz_8
f9f4fc6425
[BOT] update dependencies
2026-04-06 22:23:08 +02:00
0verLighT and kbz_8
59b3a297f9
chore: rm wrap_mode force-fallback
...
sdl2 warp should be used only if the system does not have sdl2 dependency
2026-03-24 23:14:42 +01:00
kbz_8
790e24ebdb
Update meson.build
2026-03-24 23:14:42 +01:00
0verLighT and kbz_8
3a2563a7f5
chore: update meson.build
2026-03-24 23:14:42 +01:00
kbz_8
cf491fc56d
fix
2026-03-23 21:45:36 +01:00
kbz_8
492365f6dd
swithing to manual surface management
2026-03-23 21:45:36 +01:00
kbz_8
564942ad35
fix
2026-03-23 21:45:36 +01:00
kbJeff-8 and kbz_8
2751206578
[BOT] update dependencies
2026-03-23 21:45:36 +01:00
kbJeff-8 and kbz_8
002c35ccdb
[BOT] update dependencies
2026-03-23 21:45:36 +01:00
kbJeff-8 and kbz_8
36e63bbbe7
[BOT] update dependencies
2026-03-08 11:42:50 +01:00
kbz_8
3a11c1d350
fixing file access
2026-03-03 12:10:18 +01:00
kbJeff-8 and kbz_8
74613d230f
[BOT] update dependencies
2026-03-03 12:10:18 +01:00
kbJeff-8 and kbz_8
f1e89ca90e
[BOT] update dependencies
2026-02-08 12:13:11 +01:00
kbz_8
1566fbfc00
fixing image resize
2026-02-05 15:18:03 +01:00
kbz_8
6c1400e62c
azy, 7h du matin, je sais pas écrire
2026-02-04 07:32:55 +01:00
kbz_8
25fb5285f7
fixed issue with default font loading
2026-02-04 07:32:55 +01:00
Yannis and kbz_8
87059f8ca3
Check if font file exists
2026-02-04 07:32:55 +01:00
kbz_8 and GitHub
db299c6930
Indev ( #202 )
2026-02-03 12:10:08 +01:00
kbz_8 and GitHub
ebfc00d015
fixing put pixel resize issue ( #201 )
2026-02-03 12:05:37 +01:00
kbz_8
7639c27df4
fixing put pixel resize issue
2026-02-03 11:58:06 +01:00
kbz_8 and GitHub
2d9f193a72
Bump actions/checkout from 5 to 6 ( #200 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to
6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases ">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update README to include Node.js 24 support details and requirements
by <a href="https://github.com/salmanmkc "><code>@salmanmkc</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/2248 ">actions/checkout#2248</a></li>
<li>Persist creds to a separate file by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2286 ">actions/checkout#2286</a></li>
<li>v6-beta by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2298 ">actions/checkout#2298</a></li>
<li>update readme/changelog for v6 by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2311 ">actions/checkout#2311</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0 ">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0 </a></p>
<h2>v6-beta</h2>
<h2>What's Changed</h2>
<p>Updated persist-credentials to store the credentials under
<code>$RUNNER_TEMP</code> instead of directly in the local git
config.</p>
<p>This requires a minimum Actions Runner version of <a
href="https://github.com/actions/runner/releases/tag/v2.329.0 ">v2.329.0</a>
to access the persisted credentials for <a
href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action ">Docker
container action</a> scenarios.</p>
<h2>v5.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Port v6 cleanup to v5 by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2301 ">actions/checkout#2301</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v5...v5.0.1 ">https://github.com/actions/checkout/compare/v5...v5.0.1 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md ">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v6.0.2</h2>
<ul>
<li>Fix tag handling: preserve annotations and explicit fetch-tags by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2356 ">actions/checkout#2356</a></li>
</ul>
<h2>v6.0.1</h2>
<ul>
<li>Add worktree support for persist-credentials includeIf by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2327 ">actions/checkout#2327</a></li>
</ul>
<h2>v6.0.0</h2>
<ul>
<li>Persist creds to a separate file by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2286 ">actions/checkout#2286</a></li>
<li>Update README to include Node.js 24 support details and requirements
by <a href="https://github.com/salmanmkc "><code>@salmanmkc</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/2248 ">actions/checkout#2248</a></li>
</ul>
<h2>v5.0.1</h2>
<ul>
<li>Port v6 cleanup to v5 by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2301 ">actions/checkout#2301</a></li>
</ul>
<h2>v5.0.0</h2>
<ul>
<li>Update actions checkout to use node 24 by <a
href="https://github.com/salmanmkc "><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2226 ">actions/checkout#2226</a></li>
</ul>
<h2>v4.3.1</h2>
<ul>
<li>Port v6 cleanup to v4 by <a
href="https://github.com/ericsciple "><code>@ericsciple</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2305 ">actions/checkout#2305</a></li>
</ul>
<h2>v4.3.0</h2>
<ul>
<li>docs: update README.md by <a
href="https://github.com/motss "><code>@motss</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1971 ">actions/checkout#1971</a></li>
<li>Add internal repos for checking out multiple repositories by <a
href="https://github.com/mouismail "><code>@mouismail</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1977 ">actions/checkout#1977</a></li>
<li>Documentation update - add recommended permissions to Readme by <a
href="https://github.com/benwells "><code>@benwells</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2043 ">actions/checkout#2043</a></li>
<li>Adjust positioning of user email note and permissions heading by <a
href="https://github.com/joshmgross "><code>@joshmgross</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2044 ">actions/checkout#2044</a></li>
<li>Update README.md by <a
href="https://github.com/nebuk89 "><code>@nebuk89</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2194 ">actions/checkout#2194</a></li>
<li>Update CODEOWNERS for actions by <a
href="https://github.com/TingluoHuang "><code>@TingluoHuang</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/2224 ">actions/checkout#2224</a></li>
<li>Update package dependencies by <a
href="https://github.com/salmanmkc "><code>@salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/2236 ">actions/checkout#2236</a></li>
</ul>
<h2>v4.2.2</h2>
<ul>
<li><code>url-helper.ts</code> now leverages well-known environment
variables by <a href="https://github.com/jww3 "><code>@jww3</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1941 ">actions/checkout#1941</a></li>
<li>Expand unit test coverage for <code>isGhes</code> by <a
href="https://github.com/jww3 "><code>@jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1946 ">actions/checkout#1946</a></li>
</ul>
<h2>v4.2.1</h2>
<ul>
<li>Check out other refs/* by commit if provided, fall back to ref by <a
href="https://github.com/orhantoy "><code>@orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1924 ">actions/checkout#1924</a></li>
</ul>
<h2>v4.2.0</h2>
<ul>
<li>Add Ref and Commit outputs by <a
href="https://github.com/lucacome "><code>@lucacome</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1180 ">actions/checkout#1180</a></li>
<li>Dependency updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>- <a
href="https://redirect.github.com/actions/checkout/pull/1777 ">actions/checkout#1777</a>,
<a
href="https://redirect.github.com/actions/checkout/pull/1872 ">actions/checkout#1872</a></li>
</ul>
<h2>v4.1.7</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1739 ">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1697 ">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy "><code>@orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1774 ">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3 "><code>@jww3</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1776 ">actions/checkout#1776</a></li>
</ul>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a
href="https://github.com/cory-miller "><code>@cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1732 ">actions/checkout#1732</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/checkout/commit/8e8c483db84b4bee98b60c0593521ed34d9990e8 "><code>8e8c483</code></a>
Clarify v6 README (<a
href="https://redirect.github.com/actions/checkout/issues/2328 ">#2328</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/033fa0dc0b82693d8986f1016a0ec2c5e7d9cbb1 "><code>033fa0d</code></a>
Add worktree support for persist-credentials includeIf (<a
href="https://redirect.github.com/actions/checkout/issues/2327 ">#2327</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 "><code>c2d88d3</code></a>
Update all references from v5 and v4 to v6 (<a
href="https://redirect.github.com/actions/checkout/issues/2314 ">#2314</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 "><code>1af3b93</code></a>
update readme/changelog for v6 (<a
href="https://redirect.github.com/actions/checkout/issues/2311 ">#2311</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e "><code>71cf226</code></a>
v6-beta (<a
href="https://redirect.github.com/actions/checkout/issues/2298 ">#2298</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e "><code>069c695</code></a>
Persist creds to a separate file (<a
href="https://redirect.github.com/actions/checkout/issues/2286 ">#2286</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 "><code>ff7abcd</code></a>
Update README to include Node.js 24 support details and requirements (<a
href="https://redirect.github.com/actions/checkout/issues/2248 ">#2248</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/v5...v6 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
2026-02-03 07:08:13 +01:00
dependabot[bot] and GitHub
6aac4a71de
Bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-03 03:49:46 +00:00
kbz_8 and GitHub
0ff3085448
update dependencies ( #198 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2026-02-01 13:45:15 +01:00
kbJeff-8 and github-actions[bot]
b286da89e2
[BOT] update dependencies
2026-02-01 01:07:04 +00:00
kbJeff-8 and kbz_8
55eb31551a
[BOT] update dependencies
2026-01-28 09:41:08 +01:00
dependabot[bot] and kbz_8
7741ed2dd4
Bump actions/setup-python from 5 to 6
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-28 09:41:08 +01:00
kbz_8 and GitHub
b09f5c39f7
fixes: windows x86 compilation error missing VKAPI_PTR ( #197 )
...
This pr fixes windows x86 compilation error (xmake and meson.build).
In runtime/Sources/Renderer/RenderCore.cpp
```cpp
void* VKAPI_PTR VulkanAllocationFunction(void*, std::size_t size, std::size_t alignment, VkSystemAllocationScope)
{
return MemManager::AlignedMalloc(alignment, size);
}
void* VKAPI_PTR VulkanReallocationFunction(void*, void* ptr, std::size_t size, std::size_t alignment, VkSystemAllocationScope)
{
return MemManager::AlignedRealloc(ptr, alignment, size);
}
void VKAPI_PTR VulkanFreeFunction(void*, void* ptr)
{
MemManager::Free(ptr);
}
```
The log of the compilation error:
- [meson failure
log](https://github.com/0verLighT/MacroLibX/actions/runs/21409805574/job/61643508435 )
- [xmake failure
log](https://github.com/0verLighT/MacroLibX/actions/runs/21412208397/job/61651747515 )
In the macrolibx VKAPI_PTR was missing, On windows x86, this caused a
compilation error.
This add some features:
- New CICD for windows meson (x64, x86, MYSYS2, clang-cl) and windows
xmake x86
- Fallback for meson.build dependency SDL2 in `subprojects/SDL2.wrap`
2026-01-28 07:17:01 +01:00
0verLighT
91b93a6f10
ci(xmake): add test on x86 architecture due to a Vulkan issue (VKAPI_PTR)
...
Signed-off-by: 0verLighT <alexandre@0verlight.com >
2026-01-27 21:07:41 +01:00
0verLighT
26c47c3a95
fix && ci (meson): trying to fix Vulkan issue in renderCore.cpp and add some windows test based from meson wrapdb CI
...
Signed-off-by: 0verLighT <alexandre@0verlight.com >
2026-01-27 20:47:11 +01:00
0verLighT
28142f764f
ci(windows_meson): test ci setup meson for windows
...
chore: add folder subprojects for download sdl2 if it's not present in pkgconfig
Signed-off-by: 0verLighT <alexandre@0verlight.com >
2026-01-27 19:47:30 +01:00
kbz_8 and GitHub
26ccd5eeee
Few doc fixes ( #194 )
...
Also, the doc says `@param img` but declaration has `mlx_image image`
which is a mismatch, I’m not sure what to do here, so I’m leaving it
untouched.
[This page](https://macrolibx.kbz8.me/guides/text/ ) of the docs should
be updated too as `mlx_set_font` and `mlx_set_font_scale` don't take a
`mlx_window` anymore.
2026-01-20 19:48:15 +01:00
Luna Mira Lage and GitHub
849ecbaf1f
Few doc fixes
2026-01-20 18:50:29 +01:00
kbz_8 and GitHub
b345fbc672
Indev ( #191 )
2026-01-11 14:09:00 +01:00
kbz_8 and GitHub
bb019f20a7
Merge branch 'master' into indev
2026-01-11 14:02:39 +01:00
kbz_8
33ae4c3a37
fixing windows compilation issues, bumping version
2026-01-11 14:01:37 +01:00
32987f0afe
update dependencies ( #190 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: kbJeff-8 <kbJeff-8@users.noreply.github.com >
2026-01-11 02:06:15 +01:00
3e82487037
Indev ( #189 )
...
Co-authored-by: 0verLighT <alexandre@0verlight.com >
2026-01-11 00:33:12 +01:00
kbz_8 and GitHub
b33154d846
Merge branch 'master' into indev
2026-01-11 00:28:50 +01:00
kbz_8
278e29d277
bumping version, small fixes
2026-01-11 00:27:49 +01:00
kbz_8
8ccfa0bee1
Update README.md
2026-01-11 00:24:16 +01:00
kbz_8
b0806958fe
fixing small CI mistakes
2026-01-11 00:24:16 +01:00
kbz_8
7e31195b77
improving meson CI
2026-01-11 00:24:16 +01:00
0verLighT and kbz_8
5912aa5c12
feat(ci): add github actions for meson.build on macOS and Ubuntu
2026-01-11 00:24:16 +01:00
0verLighT and kbz_8
e3ee9f0327
refactor(meson): delete all meson.build files in the runtime subfolders and regroup all sources in a meson.build file
2026-01-11 00:24:16 +01:00
0verLighT and kbz_8
807931fc8b
feat(meson): adding meson.build
2026-01-11 00:24:16 +01:00
kbz_8 and GitHub
768dc0c1d9
Update README.md ( #187 )
2026-01-09 22:04:02 +01:00
kbz_8 and GitHub
55086a05a6
Update README.md
2026-01-09 22:03:53 +01:00
kbz_8 and GitHub
bef1888a79
adding Meson in mlx ( #186 )
...
This PR adds meson.build support for creating `mlx.wrap` in [meson
wrapdb](https://mesonbuild.com/Wrapdb-projects.html )
2026-01-09 21:57:25 +01:00
kbz_8
519b273a20
fixing small CI mistakes
2026-01-09 21:53:22 +01:00
kbz_8
fd8beaaf17
improving meson CI
2026-01-09 21:51:40 +01:00
0verLighT
c4979ceded
feat(ci): add github actions for meson.build on macOS and Ubuntu
2026-01-09 21:08:42 +01:00
0verLighT
f4a1dc386a
refactor(meson): delete all meson.build files in the runtime subfolders and regroup all sources in a meson.build file
2026-01-09 15:09:39 +01:00
0verLighT
83d05cc6e2
feat(meson): adding meson.build
2026-01-09 08:37:47 +01:00
kbz_8 and GitHub
f44c4d106c
Indev ( #185 )
2026-01-06 11:57:45 +01:00
kbz_8
6fd5814032
updating deps
2026-01-06 11:50:25 +01:00
kbz_8
7a3a65d26c
updating deps
2026-01-06 11:48:23 +01:00
kbJeff-8 and kbz_8
c251fb81e3
[BOT] update dependencies
2025-12-21 11:29:58 +01:00
dependabot[bot] and kbz_8
cf84449dee
Bump peter-evans/create-pull-request from 7 to 8
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-16 07:09:03 +01:00
dependabot[bot] and kbz_8
58f1e76a56
Bump actions/cache from 4 to 5
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-16 07:08:47 +01:00
kbJeff-8 and kbz_8
b6c7e8095f
[BOT] update dependencies
2025-12-14 11:35:26 +01:00
kbJeff-8 and kbz_8
a6a3178425
[BOT] update dependencies
2025-12-02 22:50:02 +01:00
dependabot[bot] and kbz_8
8c43af3ad1
Bump actions/checkout from 4 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 22:50:02 +01:00
kbJeff-8 and kbz_8
1f96fa56d8
[BOT] update dependencies
2025-12-02 22:50:02 +01:00
kbz_8
4f0d8dac67
fixing merge
2025-12-02 22:43:31 +01:00
kbJeff-8 and kbz_8
85150693af
[BOT] update dependencies
2025-11-30 12:24:25 +01:00
dependabot[bot] and kbz_8
56fa5ac613
Bump actions/checkout from 4 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-25 07:18:57 +01:00
kbJeff-8 and kbz_8
19f5a2eb2f
[BOT] update dependencies
2025-11-23 01:58:07 +01:00
kbJeff-8 and kbz_8
cb2979108b
[BOT] update dependencies
2025-11-16 11:11:59 +01:00
kbJeff-8 and kbz_8
454fcc6e65
[BOT] update dependencies
2025-11-16 11:04:56 +01:00
kbz_8 and GitHub
a51d391a04
fixing infinite descriptor pool creation bug ( #169 )
2025-11-04 20:58:41 +01:00
kbz_8
9ae3f46f2e
fixing merge conflicts
2025-11-04 20:51:16 +01:00
kbz_8
4adaccf72a
removing garbage collector from SDL
2025-11-04 20:38:53 +01:00
kbz_8
67523e7fb4
removing garbage file
2025-11-04 20:33:30 +01:00
kbz_8
ec019ba45c
removing garbage file
2025-11-04 20:33:04 +01:00
kbz_8
ba0398092a
fixing infinite descriptor pool creation bug
2025-11-04 20:32:38 +01:00
kbJeff-8 and kbz_8
b89bacfa95
[BOT] update dependencies
2025-11-02 01:54:27 +01:00
kbJeff-8 and kbz_8
f84e0b2312
[BOT] update dependencies
2025-10-26 14:25:11 +01:00
kbz_8
65ff11b301
actual fix
2025-10-23 08:57:41 +02:00
kbJeff-8 and kbz_8
1f780e2a8a
[BOT] update dependencies
2025-10-23 08:57:41 +02:00
kbJeff-8 and kbz_8
06ddcf99d7
[BOT] update dependencies
2025-10-23 08:57:41 +02:00
kbz_8 and GitHub
ece1fc93da
Merge branch 'master' into indev
2025-10-23 08:51:03 +02:00
kbz_8 and GitHub
04bc524ae8
update dependencies ( #165 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-10-23 08:37:49 +02:00
kbz_8
b63f07bfe8
actual fix
2025-10-23 08:31:58 +02:00
kbJeff-8 and github-actions[bot]
a40907b68f
[BOT] update dependencies
2025-10-23 06:26:25 +00:00
kbz_8 and GitHub
9ec992d54c
update dependencies ( #164 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-10-23 08:17:00 +02:00
kbJeff-8 and github-actions[bot]
a665f7c448
[BOT] update dependencies
2025-10-23 06:09:55 +00:00
kbz_8 and GitHub
cee944d996
Indev ( #163 )
2025-10-22 17:20:12 +02:00
kbz_8
493696482c
fixing small mistakes
2025-10-22 17:07:33 +02:00
kbz_8
9c4aaea79f
removing now useless image optimisation flag
2025-10-22 17:02:41 +02:00
ffc0f26701
Indev ( #162 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 16:39:53 +02:00
kbz_8
1835db0943
fixing fetching deps CI
2025-10-22 16:33:46 +02:00
kbz_8
7c35354c44
fixing fetching deps CI
2025-10-22 16:33:46 +02:00
kbz_8
c99cf63194
fixing fetching deps CI
2025-10-22 16:33:46 +02:00
kbz_8
c5026d93dc
fixing fetching deps CI
2025-10-22 16:33:46 +02:00
kbz_8
22fb83fee1
fixing fetching deps CI
2025-10-22 16:33:46 +02:00
kbz_8
c62168b0e2
fixing fetching deps CI
2025-10-22 16:33:46 +02:00
kbz_8
31cbdec371
fixing fetching deps CI
2025-10-22 16:33:46 +02:00
kbz_8
cbf185e6c5
fixing fetching deps CI
2025-10-22 16:33:46 +02:00
dependabot[bot] and kbz_8
e5b555dbc3
Bump NcStudios/VulkanCI from 1.0 to 1.2
...
Bumps [NcStudios/VulkanCI](https://github.com/ncstudios/vulkanci ) from 1.0 to 1.2.
- [Release notes](https://github.com/ncstudios/vulkanci/releases )
- [Commits](https://github.com/ncstudios/vulkanci/compare/v1.0...v1.2 )
---
updated-dependencies:
- dependency-name: NcStudios/VulkanCI
dependency-version: '1.2'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-22 16:33:46 +02:00
kbz_8
15f2649562
fixing deps fetching CI
2025-10-22 16:33:46 +02:00
kbz_8
a28e17aa31
fixing CI not being trigger from automatic pull requests
2025-10-22 16:33:46 +02:00
kbz_8
c0095314fd
fixing deps fetching CI
2025-10-22 15:20:59 +02:00
kbz_8
4529ba5752
fixing CI not being trigger from automatic pull requests
2025-10-22 15:20:59 +02:00
kbz_8
d127e6c3f9
bumping mlx version
2025-10-22 13:38:53 +02:00
kbz_8 and GitHub
a9f5be910f
fixing render finished semaphore based on max frame in flight issue ( #155 )
2025-10-22 13:37:25 +02:00
kbz_8
4f1cad4e72
fixing render finished semaphore based on max frame in flight issue
2025-10-22 13:30:55 +02:00
kbz_8 and GitHub
9573199ad9
Indev ( #154 )
...
adding unit test CI
fixing windows build
fixing issue with descriptor pools when over 1024 images rendered
2025-10-22 12:25:32 +02:00
kbz_8 and GitHub
72e158a0a7
Merge branch 'master' into indev
2025-10-22 12:19:25 +02:00
kbz_8
72d8ddae64
fixing descriptor pools issue, adding unit tests shortcut to makefile
2025-10-22 12:09:28 +02:00
kbz_8 and GitHub
93014c1668
143 headless mode ( #150 )
2025-09-24 19:49:32 +02:00
kbz_8
19758b6d40
updating kvf
2025-09-24 19:39:22 +02:00
kbz_8
5c385675c7
updating readme
2025-09-24 19:22:45 +02:00
kbz_8
ab9d12ae17
fixing physical device selection under swiftshaders
2025-09-24 19:11:53 +02:00
kbz_8
18b57e3761
fixing unit tests CI
2025-09-24 16:32:55 +02:00
kbz_8
bb67bd42e1
fixing unit tests CI
2025-09-24 16:27:59 +02:00
kbz_8
0894cb5d4f
fixing unit tests CI
2025-09-24 16:24:06 +02:00
kbz_8
e45ded6ea9
fixing unit tests CI
2025-09-24 15:48:08 +02:00
kbz_8
93d0b1828b
fixing unit tests CI
2025-09-24 11:06:05 +02:00
kbz_8
d2057e3108
fixing unit tests CI
2025-09-24 10:57:29 +02:00
kbz_8
e7baccb6cc
fixing unit tests CI
2025-09-24 10:56:22 +02:00
kbz_8
41cae01a9b
fixing unit tests CI
2025-09-24 10:55:06 +02:00
kbz_8
008dc4132c
fixing unit tests CI
2025-09-24 10:48:08 +02:00
kbz_8
3e29dd1bbe
fixing unit tests CI
2025-09-24 10:37:03 +02:00
kbz_8
9f795fa67e
fixing unit tests CI
2025-09-24 10:26:28 +02:00
kbz_8
4e88505aa6
adding unit test CI
2025-09-24 10:15:54 +02:00
kbz_8
324ef540fd
adding headless mode
2025-09-24 09:54:44 +02:00
kbz_8 and GitHub
741fa6cf89
Bump actions/first-interaction from 1 to 2 ( #146 )
...
Bumps
[actions/first-interaction](https://github.com/actions/first-interaction )
from 1 to 2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/first-interaction/releases ">actions/first-interaction's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Installed <code>@actions/core</code> by <a
href="https://github.com/TheGuptaEmpire "><code>@TheGuptaEmpire</code></a>
in <a
href="https://redirect.github.com/actions/first-interaction/pull/274 ">actions/first-interaction#274</a></li>
<li>Update README.md by <a
href="https://github.com/Alirezaaraby "><code>@Alirezaaraby</code></a>
in <a
href="https://redirect.github.com/actions/first-interaction/pull/75 ">actions/first-interaction#75</a></li>
<li>DOC: adjust the example to show a full yaml file by <a
href="https://github.com/tacaswell "><code>@tacaswell</code></a> in <a
href="https://redirect.github.com/actions/first-interaction/pull/36 ">actions/first-interaction#36</a></li>
<li>Demonstrate |- multiline YAML string in README by <a
href="https://github.com/simonw "><code>@simonw</code></a> in <a
href="https://redirect.github.com/actions/first-interaction/pull/16 ">actions/first-interaction#16</a></li>
<li>Update README.md by <a
href="https://github.com/nebuk89 "><code>@nebuk89</code></a> in <a
href="https://redirect.github.com/actions/first-interaction/pull/317 ">actions/first-interaction#317</a></li>
<li>Convert from Container to TypeScript Action by <a
href="https://github.com/ncalteen "><code>@ncalteen</code></a> in <a
href="https://redirect.github.com/actions/first-interaction/pull/311 ">actions/first-interaction#311</a></li>
<li>Bump <code>@octokit/types</code> from 13.8.0 to 14.1.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/first-interaction/pull/323 ">actions/first-interaction#323</a></li>
<li>Bump undici from 5.28.5 to 5.29.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/first-interaction/pull/319 ">actions/first-interaction#319</a></li>
<li>Bump the npm-development group with 16 updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/first-interaction/pull/320 ">actions/first-interaction#320</a></li>
<li>Bump <code>@actions/github</code> from 6.0.0 to 6.0.1 in the
npm-production group by <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/actions/first-interaction/pull/321 ">actions/first-interaction#321</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/TheGuptaEmpire "><code>@TheGuptaEmpire</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/first-interaction/pull/274 ">actions/first-interaction#274</a></li>
<li><a
href="https://github.com/Alirezaaraby "><code>@Alirezaaraby</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/first-interaction/pull/75 ">actions/first-interaction#75</a></li>
<li><a href="https://github.com/tacaswell "><code>@tacaswell</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/first-interaction/pull/36 ">actions/first-interaction#36</a></li>
<li><a href="https://github.com/simonw "><code>@simonw</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/first-interaction/pull/16 ">actions/first-interaction#16</a></li>
<li><a href="https://github.com/nebuk89 "><code>@nebuk89</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/first-interaction/pull/317 ">actions/first-interaction#317</a></li>
<li><a href="https://github.com/ncalteen "><code>@ncalteen</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/first-interaction/pull/311 ">actions/first-interaction#311</a></li>
<li><a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot]
made their first contribution in <a
href="https://redirect.github.com/actions/first-interaction/pull/323 ">actions/first-interaction#323</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/first-interaction/compare/v1.3.0...v2.0.0 ">https://github.com/actions/first-interaction/compare/v1.3.0...v2.0.0 </a></p>
<h2>v1.3.0</h2>
<h1>Upgrade our base image from node v14 -> v20</h1>
<p>Add dependency on <code>@octokit/rest</code> and
<code>@actions/http-client</code>.</p>
<p>👉 See the PR for details: <a
href="https://redirect.github.com/actions/first-interaction/pull/287 ">actions/first-interaction#287</a></p>
<h2>v1.2.0</h2>
<h1>Upgrade our codeql actions from v1 -> v2</h1>
<p>Updates <code>github/codeql-action/init</code>,
<code>github/codeql-action/autobuild</code>, and
<code>github/codeql-action/analyze</code> to <code>v2</code>.</p>
<p>👉 See the PR for details: <a
href="https://redirect.github.com/actions/first-interaction/pull/275 ">actions/first-interaction#275</a></p>
<h2>v1.1.1</h2>
<p>Update bundled <code>@actions/toolkit</code> packages to fix <a
href="https://redirect.github.com/actions/first-interaction/issues/101 ">actions/first-interaction#101</a></p>
<h2>v1.1.0</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/first-interaction/commit/2d4393e6bc0e2efb2e48fba7e06819c3bf61ffc9 "><code>2d4393e</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/first-interaction/issues/321 ">#321</a>
from actions/dependabot/npm_and_yarn/npm-production-b...</li>
<li><a
href="https://github.com/actions/first-interaction/commit/4dbde70384151bfd744db7357b0b084af0f8aa60 "><code>4dbde70</code></a>
Rebuild dist</li>
<li><a
href="https://github.com/actions/first-interaction/commit/329f5ebce93dfc6ceecf574968a27bfc964e30a1 "><code>329f5eb</code></a>
Bump <code>@actions/github</code> from 6.0.0 to 6.0.1 in the
npm-production group</li>
<li><a
href="https://github.com/actions/first-interaction/commit/a7b6951cb1a192cdd1836a5cfc74ddebc8e6d6d3 "><code>a7b6951</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/first-interaction/issues/320 ">#320</a>
from actions/dependabot/npm_and_yarn/npm-development-...</li>
<li><a
href="https://github.com/actions/first-interaction/commit/15ecaf52fe1b053d85565554ca5353c00f85cba4 "><code>15ecaf5</code></a>
Rebuild dist</li>
<li><a
href="https://github.com/actions/first-interaction/commit/12e4e8b26d063bf642efedd6e139e561d48e8287 "><code>12e4e8b</code></a>
Bump the npm-development group with 16 updates</li>
<li><a
href="https://github.com/actions/first-interaction/commit/cf67d10ea145b6732ab396c3b28fa9b7b8e74e9d "><code>cf67d10</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/first-interaction/issues/319 ">#319</a>
from actions/dependabot/npm_and_yarn/undici-5.29.0</li>
<li><a
href="https://github.com/actions/first-interaction/commit/b2d4b15c5a811ea1f4bbad268da2bca2109189d7 "><code>b2d4b15</code></a>
Licensed cache</li>
<li><a
href="https://github.com/actions/first-interaction/commit/27d1ab573741ae4c5f6754c10101173d25b5f53c "><code>27d1ab5</code></a>
Rebuild</li>
<li><a
href="https://github.com/actions/first-interaction/commit/6418932147dea53065542ff1a93c651148dc8124 "><code>6418932</code></a>
Bump undici from 5.28.5 to 5.29.0</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/first-interaction/compare/v1...v2 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
2025-07-28 13:01:36 +02:00
dependabot[bot] and GitHub
22e7d90285
Bump actions/first-interaction from 1 to 2
...
Bumps [actions/first-interaction](https://github.com/actions/first-interaction ) from 1 to 2.
- [Release notes](https://github.com/actions/first-interaction/releases )
- [Commits](https://github.com/actions/first-interaction/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: actions/first-interaction
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-22 00:41:08 +00:00
kbz_8 and GitHub
f17a1b24e3
update dependencies ( #144 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-07-03 10:58:06 +02:00
Kbz-8 and GitHub
85c3c844ea
[BOT] update dependencies
2025-06-29 00:51:34 +00:00
kbz_8
14dee628c4
starting to work on headless support
2025-06-24 07:10:02 +02:00
kbz_8 and GitHub
e66c5482ea
Indev ( #142 )
2025-06-23 20:46:06 +02:00
kbz_8 and GitHub
c474648da0
Merge branch 'master' into indev
2025-06-23 20:41:57 +02:00
kbz_8
c94513107b
fixing image set pixel
2025-06-23 20:40:42 +02:00
kbz_8
ed794863d9
Merge branch 'master' of github.com:seekrs/MacroLibX
2025-06-23 20:35:45 +02:00
kbz_8
c7fba85393
fixing image set pixel
2025-06-23 20:35:36 +02:00
kbz_8 and GitHub
5650662d07
update dependencies ( #140 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-06-01 11:16:11 +02:00
Kbz-8 and GitHub
640554981c
[BOT] update dependencies
2025-06-01 00:54:50 +00:00
kbz_8 and GitHub
a9274fcb3e
update dependencies ( #139 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-05-18 12:54:08 +02:00
Kbz-8 and GitHub
3d6314253a
[BOT] update dependencies
2025-05-18 00:46:40 +00:00
kbz_8 and GitHub
1a77df23ee
update dependencies ( #138 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-05-11 13:35:22 +02:00
Kbz-8 and GitHub
c16c4dc301
[BOT] update dependencies
2025-05-11 00:45:50 +00:00
kbz_8 and GitHub
7354a5ade4
update dependencies ( #137 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-05-05 15:47:10 +02:00
Kbz-8 and GitHub
6c22b3e830
[BOT] update dependencies
2025-04-20 00:44:40 +00:00
kbz_8 and GitHub
0fdc36a6b7
update dependencies ( #136 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-04-17 16:49:02 +02:00
Kbz-8 and GitHub
d2513834a2
[BOT] update dependencies
2025-04-06 00:43:23 +00:00
kbz_8 and GitHub
ba5ef31796
update dependencies ( #135 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-03-23 15:00:05 +01:00
Kbz-8 and GitHub
29826e70ab
[BOT] update dependencies
2025-03-23 00:42:57 +00:00
kbz_8 and GitHub
31d2054389
add rules in valgrind.supp ( #134 )
...
Hello,
Following my use of this library for my cub3D project, I noticed some
Valgrind issues that are not handled by the valgrind.supp file.
2025-03-19 11:31:27 +01:00
Jérémy Lorette
24c3faa88f
add rules in valgrind.supp
2025-03-19 08:33:20 +01:00
kbz_8 and GitHub
44f2bbf6cd
Indev ( #133 )
2025-03-17 11:34:58 +01:00
kbz_8
3e079cc0e9
fixing bug
2025-03-17 11:24:43 +01:00
kbz_8
025db7c2c8
yes
2025-03-14 12:41:51 +01:00
kbz_8 and GitHub
0628afa905
adding bindings ( #132 )
2025-03-13 17:11:33 +01:00
kbz_8 and GitHub
b05fb59e37
Merge branch 'master' into indev
2025-03-13 17:06:23 +01:00
kbz_8
2c73362fce
adding bindings
2025-03-13 16:58:10 +01:00
kbz_8 and GitHub
f47db635e2
Indev ( #131 )
2025-03-13 00:47:48 +01:00
kbz_8
c72d44a8ea
Merge branch 'indev' of github.com:seekrs/MacroLibX into indev
2025-03-13 00:43:47 +01:00
kbz_8
70d2426ed4
removing unnecessary mode in CIs
2025-03-13 00:43:34 +01:00
kbz_8
e89fe88d83
adding hidden bindings
2025-03-13 00:40:16 +01:00
kbz_8
19dbd4e203
Merge branch 'indev' of github.com:seekrs/MacroLibX into indev
2025-03-13 00:39:22 +01:00
kbz_8
093dabcbbb
adding hidden bindings
2025-03-13 00:39:01 +01:00
kbz_8 and GitHub
096c0ae8cb
Indev ( #130 )
2025-03-12 23:09:01 +01:00
kbz_8 and GitHub
ff76134422
Merge branch 'master' into indev
2025-03-12 23:03:14 +01:00
kbz_8
2345cf4417
adding secret bindings
2025-03-12 22:57:29 +01:00
kbz_8
4bd35e72fd
Merge branch 'indev' of github.com:seekrs/MacroLibX into indev
2025-03-12 21:38:20 +01:00
kbz_8
2798a43674
yes
2025-03-12 21:37:59 +01:00
kbz_8 and GitHub
0c11d7a815
update dependencies ( #129 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-03-10 08:49:06 +01:00
Kbz-8 and GitHub
ad4891f1f5
[BOT] update dependencies
2025-03-09 00:34:15 +00:00
kbz_8 and GitHub
e7d575046a
Indev ( #128 )
2025-03-08 19:01:54 +01:00
kbz_8 and GitHub
f478bb4a9e
Merge branch 'master' into indev
2025-03-08 18:53:58 +01:00
kbz_8 and GitHub
42e7e409db
update dependencies ( #124 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-02-24 08:13:09 +01:00
kbz_8 and GitHub
357c813b85
fix(Renderer/Image.cpp): bad moving_y bounds checking ( #126 )
2025-02-24 08:12:50 +01:00
kbz_8 and GitHub
daade1efc0
Revert " 🐛 fix(Renderer/Image.cpp): bad moving_y bounds checking" ( #125 )
...
Reverts seekrs/MacroLibX#123
2025-02-24 08:12:05 +01:00
kbz_8 and GitHub
90a8dad18c
Revert " 🐛 fix(Renderer/Image.cpp): bad moving_y bounds checking"
2025-02-24 08:11:18 +01:00
kbz_8 and GitHub
fbc5bf0e45
🐛 fix(Renderer/Image.cpp): bad moving_y bounds checking ( #123 )
...
moved moving_y++ line
2025-02-24 08:11:10 +01:00
Kbz-8 and GitHub
43a727edf4
[BOT] update dependencies
2025-02-23 00:40:25 +00:00
Arkturius
6a959d8469
🐛 fix(Renderer/Image.cpp): bad moving_y bounds checking
2025-02-22 16:39:09 +01:00
kbz_8 and GitHub
cadf1669c8
update dependencies ( #122 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-02-10 08:05:01 +01:00
Kbz-8 and GitHub
0b99c62bbf
[BOT] update dependencies
2025-02-09 00:39:34 +00:00
kbz_8 and GitHub
0201d933fd
update dependencies ( #121 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-02-02 17:19:08 +01:00
Kbz-8 and GitHub
8a91d90b0d
[BOT] update dependencies
2025-02-02 00:38:46 +00:00
kbz_8 and GitHub
0982ed814d
update dependencies ( #120 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-01-26 10:18:23 +01:00
Kbz-8 and GitHub
c5b1a80bd9
[BOT] update dependencies
2025-01-26 00:37:34 +00:00
kbz_8 and GitHub
3f5b42d301
fixing error message ( #119 )
2025-01-24 20:30:54 +01:00
kbz_8
69502db0ee
fixing error message
2025-01-24 20:23:28 +01:00
kbz_8 and GitHub
c50925c64d
Fix swapchain surface format selection ( #118 )
2025-01-22 10:11:02 +01:00
kbz_8
7e0664a28f
yes
2025-01-21 21:27:13 +01:00
kbz_8
fdaaa86b7f
fixing msvc compilation issue
2025-01-21 21:24:58 +01:00
kbz_8
3f8955f4b1
fixing swapchain surface format selection
2025-01-21 20:59:57 +01:00
kbz_8
baec65134c
Merge branch 'indev' of github.com:seekrs/MacroLibX into indev
2025-01-21 15:12:30 +01:00
kbz_8
4462400b73
adding swapchain format to debug logs
2025-01-21 15:12:09 +01:00
kbz_8 and GitHub
9b0c3500c7
update dependencies ( #117 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-01-19 20:48:42 +01:00
Kbz-8 and GitHub
157e555fb6
[BOT] update dependencies
2025-01-19 00:39:17 +00:00
kbz_8 and GitHub
2ae59b1b39
fixing too recent header ( #116 )
2025-01-12 21:17:31 +01:00
kbz_8
2c710058f3
fixing too recent header
2025-01-12 21:13:30 +01:00
kbz_8 and GitHub
d64be4a1f5
Indev ( #115 )
2025-01-12 18:39:09 +01:00
kbz_8
8c2e0cc69e
fixing deps update
2025-01-12 12:30:43 +01:00
kbz_8 and GitHub
82dc92047f
yes ( #114 )
2025-01-12 12:28:03 +01:00
kbz_8 and GitHub
3654cc67b1
update dependencies ( #113 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-01-12 12:27:14 +01:00
Kbz-8 and GitHub
e46c2b99ec
[BOT] update dependencies
2025-01-12 00:41:23 +00:00
kbz_8 and GitHub
2fdd9246db
update README.md ( #112 )
2025-01-11 23:44:59 +01:00
kbz_8
e6fb5a72d2
update README.md
2025-01-11 23:44:37 +01:00
kbz_8 and GitHub
bc3d732208
Update README.md ( #111 )
2025-01-11 23:26:30 +01:00
kbz_8 and GitHub
23fc64a679
Update README.md
2025-01-11 23:26:20 +01:00
kbz_8 and GitHub
8bbe66528e
release 2.0 ( #110 )
2025-01-11 23:15:04 +01:00
kbz_8
f4422c3174
fixing macOS issue
2025-01-11 23:04:58 +01:00
kbz_8
86709573fe
fixing macOS issue
2025-01-11 22:47:26 +01:00
kbz_8
c8250629f3
fixing macOS issue
2025-01-11 22:42:40 +01:00
kbz_8
ef16cd3fdb
fixing macOS issue
2025-01-11 22:28:39 +01:00
kbz_8
12c7469f52
fixing macOS issue
2025-01-11 22:23:20 +01:00
kbz_8
9443555cbb
fixing macOS issue
2025-01-11 22:21:32 +01:00
kbz_8
023215aeed
fixing macOS issue
2025-01-11 22:00:42 +01:00
kbz_8
bb523e8f66
fixing macOS issue
2025-01-11 21:49:30 +01:00
kbz_8
48da7003c9
fixing macOS issue
2025-01-11 21:44:17 +01:00
kbz_8
2137fc4ee7
fixing macOS issue
2025-01-11 21:42:50 +01:00
kbz_8
0f0ca48339
fixing haeder
2025-01-08 12:37:34 +01:00
kbz_8
deb6c20361
fixing transformations
2025-01-07 19:57:03 +01:00
kbz_8
b432e3e2e1
fixing possible segmentation fault in Texture::SetLinearRegion
2025-01-07 15:59:26 +01:00
kbz_8
1f482719e6
fixing things
2025-01-07 01:20:26 +01:00
kbz_8 and GitHub
3683a48e17
update dependencies ( #109 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2025-01-05 12:05:19 +01:00
Kbz-8 and GitHub
94b46ac18c
[BOT] update dependencies
2025-01-05 00:40:54 +00:00
kbz_8 and GitHub
6d34a7ffa6
update dependencies ( #107 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-12-29 17:27:48 +01:00
Kbz-8 and GitHub
f4c186e724
[BOT] update dependencies
2024-12-29 00:41:02 +00:00
kbz_8
ce530c765e
wtf is hapenning
2024-12-28 15:42:38 +01:00
kbz_8
d1d7f7ed98
Merge branch 'indev' of github.com:seekrs/MacroLibX into indev
2024-12-27 23:29:27 +01:00
kbz_8
49002fdd98
fixing vicious bug in scene code
2024-12-27 23:28:51 +01:00
kbz_8 and GitHub
45220a35fb
update dependencies ( #106 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-12-22 15:42:50 +01:00
Kbz-8 and GitHub
5244cde0ae
[BOT] update dependencies
2024-12-22 00:40:37 +00:00
kbz_8
4e326db10d
re-adding render to texture
2024-12-20 01:19:15 +01:00
kbz_8
952e48a05c
fixing documentation in headers
2024-12-17 03:00:12 +01:00
kbz_8
62bd63c364
adding multiple hooks supports for events and loop
2024-12-17 02:33:04 +01:00
kbz_8
30f4602b1c
fixing gcc/msvc error
2024-12-17 01:40:58 +01:00
kbz_8
393735b1d6
fixing gcc/msvc error
2024-12-17 01:03:00 +01:00
kbz_8
d40264891c
fixing gcc/msvc error
2024-12-17 00:59:54 +01:00
kbz_8
6604cd647d
changing endianness getter
2024-12-17 00:42:21 +01:00
kbz_8
f64ce376d6
implementing endianness check on mlx_color struct
2024-12-17 00:19:13 +01:00
kbz_8
c636229875
working on endianness with vulkan images
2024-12-17 00:11:21 +01:00
kbz_8
a85ad6378e
fixing bug in texture clear
2024-12-16 19:07:16 +01:00
kbz_8
5a93cd4ae5
fixing homebrew path
2024-12-16 17:26:12 +01:00
kbz_8
4efe213fc6
revert
2024-12-16 17:22:34 +01:00
kbz_8
8721fe5000
installing SDL2 framework in macos action
2024-12-16 17:03:53 +01:00
kbz_8
a90bb88169
update action images
2024-12-16 16:57:23 +01:00
kbz_8
35b47936b4
fixing windows compilation issue
2024-12-16 16:39:50 +01:00
kbz_8
69bbed5b54
adding gcc13 to CI
2024-12-16 16:39:04 +01:00
kbz_8
024a9af55a
fixing macos compilation issue
2024-12-16 16:17:17 +01:00
kbz_8
623021a669
implementing last functions, adding put pixel region
2024-12-16 16:13:44 +01:00
kbz_8
feb3fcbd1f
finxing memory usages
2024-12-16 01:24:25 +01:00
kbz_8
5b726fe74a
adding missing function implementation
2024-12-15 03:53:56 +01:00
kbz_8
5a36b90a72
reworking application and bridge
2024-12-15 03:35:17 +01:00
kbz_8
e365c8a48c
rewritting parts of the API; ci skip
2024-12-14 16:38:44 +01:00
kbz_8
7bd2b9c4c7
working on garbage collection, fixing small issues with font destroy
2024-12-14 01:39:50 +01:00
kbz_8
f78c3e9f0f
fixing valgrind issues, injecting garbage collector inside vulkan's funtions
2024-12-13 02:51:52 +01:00
kbz_8
34ea0822a7
moving experimental features to a new folder
2024-12-04 18:34:53 +01:00
kbz_8 and GitHub
f5ffd97e48
officially push 2.0 to test ( #105 )
2024-12-04 15:56:59 +01:00
kbz_8
6f57d9dab7
fetching deps
2024-12-04 15:56:38 +01:00
kbz_8
65fd92dca9
trying to fix merge conflicts
2024-12-04 15:55:11 +01:00
kbz_8
999ef64d0a
working on subpass dependencies
2024-12-04 15:38:47 +01:00
kbz_8
33260f316f
yes
2024-12-04 15:14:56 +01:00
kbz_8
3122576f04
enabling pre compiled header
2024-12-04 15:04:51 +01:00
kbz_8
92d060fc70
adding include check
2024-12-04 14:35:54 +01:00
kbz_8
57a7b10850
adding compiler version info to makefile header
2024-12-04 14:30:09 +01:00
kbz_8
777b92af8c
adding missing include
2024-12-04 14:19:36 +01:00
kbz_8
b7183a1058
fixing window resizing
2024-12-04 14:04:44 +01:00
kbz_8 and GitHub
e425b66591
update dependencies ( #104 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-12-03 14:35:12 +01:00
Kbz-8 and GitHub
8db78fc86b
[BOT] update dependencies
2024-12-01 00:48:21 +00:00
kbz_8
122f4e8403
working on swapchains
2024-11-26 23:11:03 +01:00
kbz_8 and GitHub
843856d004
update dependencies ( #103 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-11-24 18:11:21 +01:00
Kbz-8 and GitHub
afc17be8e4
[BOT] update dependencies
2024-11-24 00:41:50 +00:00
kbz_8 and GitHub
0b492d5d47
yes ( #102 )
2024-11-22 15:37:01 +01:00
kbz_8 and GitHub
8c63e316ef
Edit valgrind.supp for libdbus & libnvidia leak ( #101 )
...
Added rules in valgrind.supp for libdbus.so & libnvidia leaks
2024-11-22 15:35:43 +01:00
Thomas Arnaud
375fa0f49e
Edit valgrind.supp for libdbus & libnvidia lib
2024-11-22 13:59:35 +01:00
kbz_8
32b6053cfb
working on rtt
2024-11-14 17:38:44 +01:00
kbz_8
ef50272a0c
fixing rotation
2024-11-14 11:44:52 +01:00
kbz_8
c6aaa4e2fa
fixing linux build failure
2024-11-13 12:23:16 +01:00
kbz_8
e29ea92202
adding transformations
2024-11-13 12:17:59 +01:00
kbz_8
eaf5be3061
adding nesting to debug logs
2024-11-05 12:49:21 +01:00
kbz_8
4ae7bd0420
improving BringToLayer
2024-11-05 11:59:31 +01:00
kbz_8
5f46c8cb55
fixing bug with image recreation
2024-11-05 11:50:40 +01:00
kbz_8
e8de2c169d
adding clear color in mlx_clear_window
2024-11-04 21:21:46 +01:00
kbz_8 and GitHub
bccfb8cd90
update dependencies ( #100 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-11-04 17:50:11 +01:00
Kbz-8 and GitHub
f3efdd8d72
[BOT] update dependencies
2024-11-03 00:40:16 +00:00
kbz_8
b59888efb3
yes
2024-11-03 01:23:52 +01:00
kbz_8
a662427097
added show and hide cursor support, fixing technological debt from original mlx, fixed missaligned comments in mlx.h
2024-10-31 15:16:01 +01:00
kbz_8
6669d78323
updating example
2024-10-31 13:07:07 +01:00
kbz_8
de30c11157
fixing texts
2024-10-31 12:54:05 +01:00
kbz_8
5cf965b9a1
yes
2024-10-31 12:36:44 +01:00
kbz_8
2854b19296
yes
2024-10-28 20:19:39 +01:00
kbz_8
d167538b3f
yes
2024-10-28 20:17:39 +01:00
kbz_8 and GitHub
9dfe72f27c
Fixing layering issues with text and textures ( #99 )
...

2024-10-28 20:16:49 +01:00
Namonay and GitHub
00fccf011e
Formatting
2024-10-28 20:02:42 +01:00
Namonay
a1bc4a801d
Cleaned code
2024-10-28 00:29:11 +01:00
Namonay
8c287e4cbc
add: bring textures to draw layer
...
Adding the Scene::BringToDrawLayer() to fix layering issues after a Scene::ResetScene() call
2024-10-27 23:12:07 +01:00
kbz_8
fed7111362
fixing segfault at exit
2024-10-27 21:18:22 +01:00
kbz_8
dbf4d3cc5b
pushing for vavaas to debug
2024-10-27 20:55:21 +01:00
kbz_8 and GitHub
9499ade4c0
update dependencies ( #98 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-10-27 11:42:45 +01:00
Kbz-8 and GitHub
e470e4c43c
[BOT] update dependencies
2024-10-27 00:40:14 +00:00
kbz_8
028cb57ff4
working on texts and fonts
2024-10-27 01:14:07 +02:00
kbz_8 and GitHub
625e23e624
✨ feature(platform/window.cpp): put SDL_CreateWindow flags in a define ( #97 )
2024-10-27 00:42:33 +02:00
kbz_8 and GitHub
7114522d80
fixed code style
2024-10-27 00:34:41 +02:00
killian
1c073eb8eb
✨ feature(platform/window.cpp): put SDL_CreateWindow flags in a define
...
Signed-off-by: killian <oss@xtrm.me >
2024-10-27 00:32:22 +02:00
kbz_8 and GitHub
3aaa5df929
2.0 devFixing putpixel and put image overlapping incorrectly after a mlx_clear_window() call ( #96 )
...
Fixed m_draw_layer incrementation when TexturePut is called
2024-10-25 23:23:37 +02:00
Namonay and GitHub
3828b98a60
Merge branch 'seekrs:2.0-dev' into 2.0-dev
2024-10-25 23:08:55 +02:00
kbz_8
da41f2836f
yes
2024-10-24 19:13:02 +02:00
Namonay
2dadf5d29a
better naming and removed todo 🤓
2024-10-24 05:30:37 +02:00
Namonay
1ec2f72d26
this feels wrong
2024-10-24 05:16:37 +02:00
Namonay
b0384830a9
Merge branch '2.0-dev' of github.com:Namonay/MacroLibX into 2.0-dev
2024-10-24 05:15:57 +02:00
Namonay
e1fefba841
this feel so wrong
2024-10-24 05:13:41 +02:00
kbz_8
58ad52e1cc
yes
2024-10-22 16:25:13 +02:00
kbz_8
a86f26f0f3
fixing compilation issues
2024-10-22 12:09:49 +02:00
kbz_8
92743b0b03
working on fonts
2024-10-21 23:21:50 +02:00
kbz_8
3291e0cd2a
bozoman solution
2024-10-21 21:58:04 +02:00
kbz_8
7a3e5f37fa
yes
2024-10-21 19:45:33 +02:00
kbz_8
0304834008
fixing put pixel, adding scene change checker
2024-10-21 01:48:01 +02:00
kbz_8 and GitHub
049eb3e33c
update dependencies ( #95 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-10-20 02:42:25 +02:00
Kbz-8 and GitHub
66024349cb
[BOT] update dependencies
2024-10-20 00:40:22 +00:00
kbz_8 and GitHub
e1af24a3ef
fixing crash when initializing mlx multiple times ( #94 )
2024-10-19 10:57:39 +02:00
kbz_8 and GitHub
40b82243ba
Merge branch 'master' into indev
2024-10-19 10:52:55 +02:00
kbz_8
ecb0a15e74
fetching deps once a week
2024-10-19 10:51:33 +02:00
kbz_8
12b832ee31
fixing crash when initializing the mlx multiple times
2024-10-19 10:50:50 +02:00
kbz_8
4f755f8a6f
yes
2024-10-19 10:46:31 +02:00
kbz_8 and GitHub
a905f571dc
update dependencies ( #92 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-10-19 00:44:08 +02:00
kbz_8
386d9abe4b
yes
2024-10-19 00:43:39 +02:00
kbz_8
d0a74e79c5
fixing inputs bug, fixing missing depth image destruction in scenes
2024-10-17 18:35:33 +02:00
kbz_8
160364bda2
fixing projection issue
2024-10-17 15:37:39 +02:00
Kbz-8 and GitHub
ec2f1101f0
[BOT] update dependencies
2024-10-12 01:21:00 +00:00
kbz_8 and GitHub
568b5a85ce
update dependencies ( #91 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-10-08 05:29:49 +02:00
Kbz-8 and GitHub
f2cbd6679d
[BOT] update dependencies
2024-10-08 01:23:20 +00:00
kbz_8 and GitHub
2e93798948
update dependencies ( #90 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-10-07 06:09:15 +02:00
Kbz-8 and GitHub
d4ea03e047
[BOT] update dependencies
2024-10-07 01:25:31 +00:00
kbz_8 and GitHub
5866f5ac25
update dependencies ( #89 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-10-06 07:50:37 +02:00
Kbz-8 and GitHub
53650f3153
[BOT] update dependencies
2024-10-06 01:35:52 +00:00
kbz_8 and GitHub
cc8fb1bbb3
update dependencies ( #88 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-10-06 02:05:35 +02:00
Kbz-8 and GitHub
a3334277c6
[BOT] update dependencies
2024-10-05 01:22:08 +00:00
kbz_8 and GitHub
a593838c4d
dumbass ( #87 )
2024-09-30 03:26:07 +02:00
xtrm and GitHub
b4e61e1875
Update mlx.h
2024-09-30 03:15:44 +02:00
kbz_8 and GitHub
ef72083bd0
update dependencies ( #86 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-09-28 22:03:43 +02:00
Kbz-8 and GitHub
b0924861aa
[BOT] update dependencies
2024-09-27 01:23:16 +00:00
kbz_8
99437a6d6a
adding shaders compilation in makefile
2024-09-22 21:39:20 +02:00
kbz_8
ad35eee0b6
fixing release compilation issue
2024-09-21 12:56:21 +02:00
kbz_8
904b6d31ac
adding debug vulkan resources names
2024-09-21 12:18:42 +02:00
kbz_8
2e08c37624
fixing bugs
2024-09-20 21:43:23 +02:00
kbz_8
f9c05d6d7b
fixing kvf issues
2024-09-20 17:41:52 +02:00
kbz_8
1e2705ef06
removing all singletons
2024-09-20 17:29:42 +02:00
kbz_8
8348f9ce7a
fixing SDLManager
2024-09-20 17:02:55 +02:00
kbz_8
092e5acd9b
fixing vulkan loader, moving vulkan pfns to RenderCore
2024-09-20 16:14:14 +02:00
kbz_8
f4e4672cc6
working on vulkan loader
2024-09-16 05:07:02 +02:00
kbz_8
fcb2d1d9bc
fixing warnings in kvf
2024-09-15 10:11:08 +02:00
kbz_8
a4b14baddd
fixing compilation issues
2024-09-15 09:03:52 +02:00
kbz_8
596393ed20
implementing mouse move and get screen size, removing warnings
2024-09-15 08:56:22 +02:00
kbz_8
2b9b026d68
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHH
2024-09-15 07:56:28 +02:00
kbz_8
4c17f2e165
fixing windows build x3 | replacing compile commands by compile flags
2024-09-15 07:52:25 +02:00
kbz_8
91b51a5621
fixing windows build x2
2024-09-14 13:20:31 +02:00
kbz_8
976afdac3d
fixing windows build
2024-09-14 13:14:36 +02:00
kbz_8
429bd9eabd
fixing macos and windows CI ? x3
2024-09-14 13:04:43 +02:00
kbz_8
30e07d1f1a
fixing macos and windows CI ?
2024-09-14 12:53:29 +02:00
kbz_8
48d09e40d5
fixing macos and windows CI ?
2024-09-14 12:44:25 +02:00
kbz_8
7f2d60f21d
fixing compilation issues
2024-09-14 09:55:19 +02:00
kbz_8 and GitHub
a4801fbce8
merge indev into master ( #84 )
2024-09-14 00:45:30 +02:00
kbz_8
760317dcc7
fixing compilation issues with GCC
2024-09-14 00:05:50 +02:00
kbz_8 and GitHub
520ce8d61e
resolving merge ( #83 )
2024-09-13 23:54:58 +02:00
kbz_8
cd29248fc6
yes
2024-09-13 23:51:01 +02:00
kbz_8 and GitHub
7db31b13c2
adding support for changing window position ( #82 )
...
added window move function
2024-09-12 21:00:40 +02:00
kbz_8 and GitHub
4f6886517e
fixing codestyle in application.inl
2024-09-12 03:32:08 +02:00
Tidian Delage
d87d4fbd6a
adding support for changing window position
...
mlx_set_window_position(void *mlx, void *win, int x, int y)
2024-09-12 01:32:52 +02:00
kbz_8 and GitHub
aa09d9d83f
update dependencies ( #80 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-09-07 05:17:36 +02:00
Kbz-8 and GitHub
34b4d2bda0
[BOT] update dependencies
2024-09-07 01:17:30 +00:00
kbz_8
8888bd03d8
fixing compilation issues
2024-09-05 00:41:52 +02:00
kbz_8
8ad6d84bd2
fixing compilation issues, working on textures
2024-09-04 02:35:01 +02:00
kbz_8
e0da415e86
starting to fix compilation issues
2024-09-02 13:36:02 +02:00
kbz_8
a455d7704d
adding depth buffer, ci skip
2024-09-02 13:02:32 +02:00
kbz_8
f65ac577bc
big refactoring ! ci skip
2024-09-02 09:44:42 +02:00
kbz_8 and GitHub
06372a84ed
update dependencies ( #79 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-09-02 09:42:20 +02:00
Kbz-8 and GitHub
1dae0931f7
[BOT] update dependencies
2024-08-31 01:18:08 +00:00
kbz_8 and GitHub
3d8ab31abb
update dependencies ( #75 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-08-22 23:13:32 +02:00
Kbz-8 and GitHub
5dcb7402e1
[BOT] update dependencies
2024-08-17 01:12:49 +00:00
kbz_8 and GitHub
8b9ef40f99
Add <algorithm> header to fix compilation issue on Arch Linux ( #76 )
...
The code was failing to compile on Arch Linux due to missing definitions
from the <algorithm> header. Including this header resolves the issue,
ensuring compatibility across different environments.
2024-08-08 18:10:22 +02:00
bonsthie
1fe21e7725
Add <algorithm> header to fix compilation issue on Arch Linux
...
The code was failing to compile on Arch Linux due to missing definitions from the <algorithm> header. Including this header resolves the issue, ensuring compatibility across different environments.
2024-08-08 17:49:14 +02:00
kbz_8 and GitHub
bea16a2dc1
update dependencies ( #74 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-07-20 09:58:01 +02:00
Kbz-8 and GitHub
1ddad73356
[BOT] update dependencies
2024-07-19 15:46:30 +00:00
kbz_8 and GitHub
538cd96eda
update dependencies ( #73 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-07-13 03:50:02 +02:00
Kbz-8 and GitHub
3668515e9b
[BOT] update dependencies
2024-07-13 01:13:25 +00:00
kbz_8
d95233e728
fixing compoilation issues
2024-07-05 22:15:36 +02:00
kbz_8 and GitHub
d209747978
update dependencies ( #72 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-07-05 12:59:44 +02:00
Kbz-8 and GitHub
00c87a61a3
[BOT] update dependencies
2024-07-02 01:12:05 +00:00
kbz_8 and GitHub
e930b3b0be
update dependencies ( #71 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-07-01 22:07:45 +02:00
Kbz-8 and GitHub
0795200910
[BOT] update dependencies
2024-06-29 01:10:23 +00:00
kbz_8 and GitHub
dd36a878cd
update dependencies ( #70 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-06-17 19:32:26 +02:00
Kbz-8 and GitHub
470f3a3a3c
[BOT] update dependencies
2024-06-15 01:10:51 +00:00
kbz_8 and GitHub
3a3b4e063a
update dependencies ( #69 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-06-08 05:01:50 +02:00
Kbz-8 and GitHub
eb158d01c7
[BOT] update dependencies
2024-06-08 01:10:19 +00:00
kbz_8 and GitHub
905ab698cb
update dependencies ( #68 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-06-04 14:44:26 +02:00
Kbz-8 and GitHub
d535faaaf7
[BOT] update dependencies
2024-06-01 01:13:48 +00:00
kbz_8 and GitHub
c427c46e24
update dependencies ( #67 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-05-29 18:23:43 +02:00
Kbz-8 and GitHub
e32c65d918
[BOT] update dependencies
2024-05-28 01:08:56 +00:00
kbz_8
81387ec53d
removing GLFW support
2024-05-25 16:47:28 +02:00
kbz_8 and GitHub
850b47f6cf
update dependencies ( #65 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-05-25 14:58:18 +02:00
Kbz-8 and GitHub
1641a48e4e
[BOT] update dependencies
2024-05-23 01:08:01 +00:00
kbz_8 and GitHub
9ef9cd897d
🐛 fix(vsupp): dl and dbus errors suppressed ( #66 )
...
ehehheheheh
2024-05-22 18:53:36 +02:00
Arkturius
b93d0753c6
🐛 fix(vsupp): dl and dbus errors suppressed
2024-05-22 18:30:59 +02:00
killian
710634ced6
✨ feature(Makefile): change color when compiling in debug
2024-04-24 15:00:22 +02:00
killian
d616adb466
✨ feature(Makefile): remove bc dependency, allow usage of -j with make re
2024-04-24 14:57:20 +02:00
kbz_8
e7eb894335
fixing segmentation fault on mlx_destroy_image
2024-04-24 13:52:34 +02:00
kbz_8
afee09d1ea
still refactor
2024-04-24 13:47:58 +02:00
kbz_8
1d9a51e4f7
still working on code refactoring
2024-04-23 22:59:33 +02:00
kbz_8 and GitHub
10f1b865bd
Cool Makefile I guess ( #64 )
...
yada yada yada
2024-04-23 22:52:09 +02:00
xtrm
920e0f5e66
🔨 chore: mauvaisfeedback
2024-04-23 22:46:32 +02:00
kbz_8
ace4c98945
working on code refactor
2024-04-23 20:59:50 +02:00
xtrm
a7aa05fcbe
🔨 chore(actions): change usage of DEBUG=true to the debug rule
2024-04-23 20:42:39 +02:00
xtrm
7f7b6704ce
🐛 fix(Makefile): optimize color usage
2024-04-23 20:38:26 +02:00
xtrm
291927a1cc
🐛 fix(actions): try and fix logging in GitHub Actions CI
2024-04-23 20:37:17 +02:00
xtrm
280e3b43d3
🔨 chore(render_core.cpp): revert moving the warning to Makefile
2024-04-23 20:33:11 +02:00
xtrm
969555d572
✨ feature(Makefile): pretty makefile, added -rdynamic LDFLAG, moved debug warning, added debug Makefile rule
2024-04-23 20:21:53 +02:00
kbz_8
a69ea93597
fixing multiple window issue
2024-04-22 17:35:41 +02:00
kbz_8 and GitHub
610603e87c
update dependencies ( #62 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-04-22 12:57:49 +02:00
Kbz-8 and GitHub
58c082f033
[BOT] update dependencies
2024-04-22 01:07:14 +00:00
kbz_8 and GitHub
e09797a1a6
merge indev to master ( #61 )
2024-04-21 18:20:21 +02:00
kbz_8 and GitHub
2c01c67361
Merge branch 'master' into indev
2024-04-21 18:15:25 +02:00
kbz_8 and GitHub
7271b8fc9a
update dependencies ( #60 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-04-21 18:14:31 +02:00
kbz_8
67d7635a32
fixing bug with window destruction within mlx_loop
2024-04-21 18:14:14 +02:00
kbz_8
215a0dc2c3
working
2024-04-21 18:10:36 +02:00
Kbz-8 and GitHub
39d38c822b
[BOT] update dependencies
2024-04-20 01:04:56 +00:00
kbz_8
6bbf1e196d
begenning the refactor
2024-03-27 23:03:54 +01:00
kbz_8
e5ff232065
renaming MLX_Window to Window
2024-03-27 13:19:28 +01:00
kbz_8
4af38a2c7e
working glfw support
2024-03-26 00:11:38 +01:00
kbz_8
2200863406
fixing pch compilation error
2024-03-25 19:27:48 +01:00
kbz_8
d9a00dee22
fixing pch compilation error
2024-03-25 19:24:37 +01:00
kbz_8
f7946eea68
fixing pre compiled header usage, improved compilation time
2024-03-25 19:21:14 +01:00
kbz_8
c26c6f952b
adding pre compiled header
2024-03-25 18:58:48 +01:00
kbz_8
54435be20d
working on fps capper
2024-03-25 17:33:42 +01:00
kbz_8
be2a7d5157
fixing new gcc warning in GPU allocator, fixing #55
2024-03-25 16:18:24 +01:00
kbz_8
7011a6ee6e
fixing some bad memory usage
2024-03-25 13:57:20 +01:00
kbz_8 and GitHub
235292b440
update dependencies ( #59 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-03-24 23:04:44 +01:00
Kbz-8 and GitHub
d9e88f70c7
[BOT] update dependencies
2024-03-23 01:01:59 +00:00
kbz_8 and GitHub
e8c80eccab
update dependencies ( #57 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-03-15 15:42:44 +01:00
Kbz-8 and GitHub
fa7f16744d
[BOT] update dependencies
2024-03-09 01:00:27 +00:00
kbz_8 and GitHub
105b32b710
The bro did it again ( #54 )
2024-02-25 09:40:47 +01:00
kbz_8 and GitHub
75bca5bf6f
Merge branch 'master' into indev
2024-02-25 09:35:31 +01:00
kbz_8
c5a5a029af
removing debug print
2024-02-25 09:30:30 +01:00
kbz_8 and GitHub
6000b3e3c1
merge to master ( #53 )
2024-02-25 09:15:29 +01:00
kbz_8
7b64359f3e
fixing issue with text destruction
2024-02-25 09:02:57 +01:00
kbz_8
3624caf519
adding std namespace to all libstd provided primitive types
2024-02-25 08:04:44 +01:00
kbz_8
828024e131
removing unecessary SDL window creation in Vulkan Instance creation
2024-02-24 04:47:05 +01:00
kbz_8
784156c395
fixing weird color bug with mlx_get_image_pixel
2024-02-24 03:58:12 +01:00
kbz_8 and GitHub
b53b36e07a
update dependencies ( #50 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-02-18 21:42:23 +01:00
Kbz-8 and GitHub
3bb167e164
[BOT] update dependencies
2024-02-17 01:02:17 +00:00
kbz_8 and GitHub
fe9dd3c9df
sync ( #49 )
2024-02-10 03:12:08 +01:00
kbz_8 and GitHub
132e539d4a
Bump peter-evans/create-pull-request from 5 to 6 ( #48 )
...
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request )
from 5 to 6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/peter-evans/create-pull-request/releases ">peter-evans/create-pull-request's
releases</a>.</em></p>
<blockquote>
<h2>Create Pull Request v6.0.0</h2>
<h2>Behaviour changes</h2>
<ul>
<li>The default values for <code>author</code> and
<code>committer</code> have changed. See "What's new" below
for details. If you are overriding the default values you will not be
affected by this change.</li>
<li>On completion, the action now removes the temporary git remote
configuration it adds when using <code>push-to-fork</code>. This should
not affect you unless you were using the temporary configuration for
some other purpose after the action completes.</li>
</ul>
<h2>What's new</h2>
<ul>
<li>Updated runtime to Node.js 20
<ul>
<li>The action now requires a minimum version of <a
href="https://github.com/actions/runner/releases/tag/v2.308.0 ">v2.308.0</a>
for the Actions runner. Update self-hosted runners to v2.308.0 or later
to ensure compatibility.</li>
</ul>
</li>
<li>The default value for <code>author</code> has been changed to
<code>${{ github.actor }} <${{ github.actor_id }}+${{ github.actor
}}@users.noreply.github.com></code>. The change adds the <code>${{
github.actor_id }}+</code> prefix to the email address to align with
GitHub's standard format for the author email address.</li>
<li>The default value for <code>committer</code> has been changed to
<code>github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com></code>.
This is to align with the default GitHub Actions bot user account.</li>
<li>Adds input <code>git-token</code>, the <a
href="https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token ">Personal
Access Token (PAT)</a> that the action will use for git operations. This
input defaults to the value of <code>token</code>. Use this input if you
would like the action to use a different token for git operations than
the one used for the GitHub API.</li>
<li><code>push-to-fork</code> now supports pushing to sibling
repositories in the same network.</li>
<li>Previously, when using <code>push-to-fork</code>, the action did not
remove temporary git remote configuration it adds during execution. This
has been fixed and the configuration is now removed when the action
completes.</li>
<li>If the pull request body is truncated due to exceeding the maximum
length, the action will now suffix the body with the message
"...<em>[Pull request body truncated]</em>" to indicate that
the body has been truncated.</li>
<li>The action now uses <code>--unshallow</code> only when necessary,
rather than as a default argument of <code>git fetch</code>. This should
improve performance, particularly for large git repositories with
extensive commit history.</li>
<li>The action can now be executed on one GitHub server and create pull
requests on a <em>different</em> GitHub server. Server products include
GitHub hosted (github.com), GitHub Enterprise Server (GHES), and GitHub
Enterprise Cloud (GHEC). For example, the action can be executed on
GitHub hosted and create pull requests on a GHES or GHEC instance.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2086 ">peter-evans/create-pull-request#2086</a></li>
<li>fix crazy-max/ghaction-import-gp parameters by <a
href="https://github.com/fharper "><code>@fharper</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2177 ">peter-evans/create-pull-request#2177</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2364 ">peter-evans/create-pull-request#2364</a></li>
<li>Use checkout v4 by <a
href="https://github.com/okuramasafumi "><code>@okuramasafumi</code></a>
in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2521 ">peter-evans/create-pull-request#2521</a></li>
<li>Note about <code>delete-branch</code> by <a
href="https://github.com/dezren39 "><code>@dezren39</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2631 ">peter-evans/create-pull-request#2631</a></li>
<li>98 dependency updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/fharper "><code>@fharper</code></a> made
their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2177 ">peter-evans/create-pull-request#2177</a></li>
<li><a
href="https://github.com/okuramasafumi "><code>@okuramasafumi</code></a>
made their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2521 ">peter-evans/create-pull-request#2521</a></li>
<li><a href="https://github.com/dezren39 "><code>@dezren39</code></a>
made their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2631 ">peter-evans/create-pull-request#2631</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0 ">https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0 </a></p>
<h2>Create Pull Request v5.0.2</h2>
<p>⚙️ Fixes an issue that occurs when using <code>push-to-fork</code>
and both base and head repositories are in the same org/user
account.</p>
<h2>What's Changed</h2>
<ul>
<li>fix: specify head repo by <a
href="https://github.com/peter-evans "><code>@peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2044 ">peter-evans/create-pull-request#2044</a></li>
<li>20 dependency updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2 ">https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2 </a></p>
<h2>Create Pull Request v5.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: truncate body if exceeds max length by <a
href="https://github.com/peter-evans "><code>@peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/1915 ">peter-evans/create-pull-request#1915</a></li>
<li>12 dependency updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1 ">https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 "><code>b1ddad2</code></a>
feat: v6 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2717 ">#2717</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/bb809027fda03cc267431a7d36a88148eb9f3846 "><code>bb80902</code></a>
build(deps-dev): bump <code>@types/node</code> from 18.19.8 to 18.19.10
(<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2712 ">#2712</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/e0037d470cdeb1c8133acfba89af08639bb69eb3 "><code>e0037d4</code></a>
build(deps): bump peter-evans/create-or-update-comment from 3 to 4 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2702 ">#2702</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/94b1f99e3a73880074d0e669c3b69d376cc8ceae "><code>94b1f99</code></a>
build(deps): bump peter-evans/find-comment from 2 to 3 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2703 ">#2703</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/69c27eaf4a14a67b5362a51e681f83d3d5e0f96b "><code>69c27ea</code></a>
build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2685 ">#2685</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/7ea722a0f6286a45eb3005280d83575a74bc8fef "><code>7ea722a</code></a>
build(deps-dev): bump prettier from 3.2.2 to 3.2.4 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2684 ">#2684</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/5ee839affd4c87811108724370a2819a40e2e5d3 "><code>5ee839a</code></a>
build(deps-dev): bump <code>@types/node</code> from 18.19.7 to 18.19.8
(<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2683 ">#2683</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/60fc256c678e6ed78d0d42e09675c9beba09cb94 "><code>60fc256</code></a>
build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2660 ">#2660</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/0c677233614c017442253060c74fd2cb7ff349fc "><code>0c67723</code></a>
build(deps-dev): bump <code>@types/node</code> from 18.19.5 to 18.19.7
(<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2661 ">#2661</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/4e288e851b95bd1362e281a255094fcc47ada675 "><code>4e288e8</code></a>
build(deps-dev): bump prettier from 3.1.1 to 3.2.2 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2659 ">#2659</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/peter-evans/create-pull-request/compare/v5...v6 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
2024-02-05 23:17:30 +01:00
dependabot[bot] and GitHub
916b0fbcb5
Bump peter-evans/create-pull-request from 5 to 6
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-05 22:10:30 +00:00
kbz_8 and GitHub
ea4793c403
update dependencies ( #47 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-02-02 15:21:14 +01:00
Kbz-8 and GitHub
7b9ee3d49f
[BOT] update dependencies
2024-02-02 01:03:23 +00:00
kbz_8 and GitHub
599f9414ae
adding check to texture pointers ( #46 )
2024-01-26 12:11:47 +01:00
kbz_8 and GitHub
d6e4ef1976
Merge branch 'master' into indev
2024-01-26 12:07:15 +01:00
kbz_8 and GitHub
9c0e7dfd21
update dependencies ( #45 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-01-26 12:01:23 +01:00
kbz_8
1dd24f687c
adding check to texture pointers
2024-01-26 11:59:57 +01:00
Kbz-8 and GitHub
1e2f2880ae
[BOT] update dependencies
2024-01-26 01:04:35 +00:00
kbz_8 and GitHub
eaf2d00864
yes ( #43 )
2024-01-24 17:54:37 +01:00
kbz_8 and GitHub
528867bc7b
Merge branch 'master' into indev
2024-01-24 17:49:53 +01:00
kbz_8 and GitHub
fab193db38
yes
2024-01-24 17:49:38 +01:00
kbz_8
3f4dcad12f
adding rule to gitignore
2024-01-20 08:54:28 +01:00
kbz_8 and GitHub
a461624fea
improving descriptor sets and pools management ( #41 )
2024-01-20 08:53:13 +01:00
kbz_8
77ab3bf68c
improving descriptor sets and pools management
2024-01-20 08:46:50 +01:00
kbz_8 and GitHub
982b8c17f4
adding fps capper ( #40 )
2024-01-18 15:31:37 +01:00
kbz_8 and GitHub
d857d598e8
Merge branch 'master' into indev
2024-01-18 15:28:20 +01:00
kbz_8
a3af54f271
adding fps capper
2024-01-18 15:25:13 +01:00
kbz_8 and GitHub
48133e3432
fixing texts allocation issues ( #39 )
2024-01-18 14:23:05 +01:00
kbz_8 and GitHub
6143e8b1c5
Merge branch 'master' into indev
2024-01-18 13:59:37 +01:00
kbz_8
dd0599c088
fixing allocation issues with texts
2024-01-18 13:57:41 +01:00
Kbz-8
208b0e4710
fixing shit
2024-01-17 07:41:15 +01:00
kbz_8
209472d0a1
i dont know chat i did i was high as f*ck
2024-01-17 05:30:38 +01:00
kbz_8
708e509bfa
fixing issue with swapchain recreation
2024-01-16 07:19:27 +01:00
kbz_8 and GitHub
47aead9e2d
oh the misery ( #38 )
...
Fixed a bug and modified the example/main.c to test all mlx functions

2024-01-12 14:56:14 +01:00
Namonay
9024b9cc12
upgraded example to test all mlx functions
2024-01-12 04:25:12 +01:00
Namonay
0bd6f17260
Fixed mlx_mouse_move() not updating mouse position
...
Removed SDL_FlushEvent(SDL_MOUSEMOTION) preventing Input::update() from catching new mouse position after a mlx_mouse_move() call
2024-01-12 04:24:24 +01:00
kbz_8 and GitHub
a0d5cea21f
Preventing some segfaults ( #37 )
...

2024-01-12 01:51:51 +01:00
Namonay and GitHub
2c9c4217ec
Merge branch 'seekrs:indev' into indev
2024-01-12 01:28:25 +01:00
Namonay
39298eda36
Added protections to THE bridge
2024-01-12 01:27:02 +01:00
kbz_8
99e6267489
improving vsupp
2024-01-12 00:49:42 +01:00
kbz_8 and GitHub
4835ff0337
Indev ( #36 )
2024-01-11 15:53:39 +01:00
kbz_8 and GitHub
7f1dd999bf
Merge branch 'master' into indev
2024-01-11 15:48:15 +01:00
kbz_8
088e1891fc
fixing compilation error
2024-01-11 15:47:45 +01:00
kbz_8
18d0f102ec
fixing vsupp missing character
2024-01-11 15:46:11 +01:00
kbz_8 and GitHub
e060cf39f9
merge indev to master ( #35 )
2024-01-11 05:32:13 +01:00
kbz_8 and GitHub
7de0758f76
Merge branch 'master' into indev
2024-01-11 05:27:21 +01:00
kbz_8
189764dc34
new text management, texts and textures are on the same level, new texture rendering management, fixing issues
2024-01-11 05:23:16 +01:00
kbz_8
875d73e3dd
fixing color management issue with texts
2024-01-10 20:22:53 +01:00
kbz_8
62c623d70a
adding xmake profiler option
2024-01-10 18:49:54 +01:00
kbz_8 and GitHub
05ba165c45
adding profiler ( #34 )
2024-01-10 18:48:52 +01:00
kbz_8
944038e564
fixing windows compilation issue
2024-01-10 18:37:14 +01:00
kbz_8
fb6bda24a6
adding profiler
2024-01-10 18:32:40 +01:00
kbz_8 and GitHub
c3ffb80a10
Indev ( #33 )
...
Indev
2024-01-09 01:42:36 +01:00
Namonay
0acb086819
added back not so much 'unnecesary' include
2024-01-09 01:37:01 +01:00
Namonay
b14468eed1
removed useless includes 🤓
2024-01-09 01:28:50 +01:00
Namonay
f9d1234642
update buid.sh
2024-01-09 01:01:31 +01:00
Namonay
44d76a3b9e
Fixed brief typo
2024-01-09 00:31:39 +01:00
kbz_8
aa97d048b8
fixing norme issue in the example
2024-01-09 00:25:23 +01:00
kbz_8
887e2b8699
fixing issue with vulkan queues on multiple GPU computers
2024-01-08 23:50:00 +01:00
kbz_8
c64cb4ac67
fixing issue with fonts vulkan descriptor destroyed
2024-01-08 22:18:45 +01:00
kbz_8 and GitHub
c88d9f1d9d
Better vk commands management ( #31 )
2024-01-07 01:49:40 +01:00
kbz_8
15b54a15c8
figin another MacOS compilation error
2024-01-07 01:45:12 +01:00
kbz_8
348dff8140
fixing compilation issues
2024-01-07 01:40:19 +01:00
kbz_8
6e4322e1ba
removing gdb garbage file
2024-01-07 01:35:18 +01:00
kbz_8
a9cd7375f6
fixing better vk command buffers management
2024-01-07 01:34:02 +01:00
kbz_8 and GitHub
6d053a6941
update dependencies ( #30 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-01-06 14:09:23 +01:00
Kbz-8 and GitHub
02819d281e
[BOT] update dependencies
2024-01-06 01:06:21 +00:00
kbz_8
c24d961211
working on cmd resources management
2024-01-05 23:13:35 +01:00
kbz_8
b3ba952218
fixing 32bit vulkan issue
2024-01-04 12:27:31 +01:00
kbz_8 and GitHub
c8382eddbf
yes ( #29 )
2024-01-03 15:49:18 +01:00
kbz_8 and GitHub
7c8f233cc8
Merge branch 'better_vk_commands' into indev
2024-01-03 15:47:31 +01:00
kbz_8
84ded2734d
fixing gitignore file
2024-01-03 15:45:24 +01:00
kbz_8 and GitHub
c4cb077043
merge Indev to master ( #28 )
2024-01-03 15:38:38 +01:00
kbz_8
09829ed104
fixing compilation issue
2024-01-03 15:33:46 +01:00
kbz_8
988ccf32db
fixing windows compilation issue
2024-01-03 15:30:35 +01:00
kbz_8 and GitHub
4ab70c2c35
Merge branch 'master' into indev
2024-01-03 15:17:17 +01:00
kbz_8
ae6c4710c8
improving vulkan error messages
2024-01-03 15:15:38 +01:00
kbz_8
1a19c55568
adding greetings
2024-01-03 00:30:45 +01:00
kbz_8
1ef45ebba2
fixing the workflows
2024-01-03 00:07:38 +01:00
kbz_8
0cba8d011e
updating license year, fixing fetch dependencies script, adding VMA auto update, removing useless dependency in xmake build
2024-01-03 00:01:30 +01:00
kbz_8 and GitHub
79436b7068
Update fetch_dependencies.yml ( #27 )
2024-01-02 12:04:00 +01:00
kbz_8 and GitHub
e15aa45627
Merge branch 'master' into indev
2024-01-02 11:56:57 +01:00
kbz_8 and GitHub
0beb25ce92
Update fetch_dependencies.yml
2024-01-02 11:56:10 +01:00
kbz_8 and GitHub
86714c3dd4
merge Indev to master ( #26 )
2024-01-02 11:46:45 +01:00
kbz_8 and GitHub
3aa5c20dbc
debug fetch_dependencies.yml
2024-01-02 11:28:11 +01:00
kbz_8
a1e5eb9254
adding note to README
2023-12-31 14:34:52 +01:00
kbz_8
60bacab2e4
working automated dependencies updates, polishing the CI
2023-12-31 14:17:24 +01:00
kbz_8 and GitHub
19a895c5f4
update dependencies ( #25 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2023-12-31 13:48:27 +01:00
kbz_8
bd0a111e5f
debugging CI
2023-12-31 13:47:56 +01:00
Kbz-8 and GitHub
cbed1b7653
update dependencies
2023-12-31 12:47:00 +00:00
kbz_8
5f33613583
debugging CI
2023-12-31 13:46:45 +01:00
kbz_8
198600b853
debugging CI
2023-12-31 13:45:25 +01:00
kbz_8
32b5338187
debugging CI
2023-12-31 13:44:37 +01:00
kbz_8
d5e1e36a5d
debugging CI
2023-12-31 13:41:09 +01:00
kbz_8
2bc0b94626
debugging CI
2023-12-31 13:34:11 +01:00
kbz_8
46ec35cfd7
debugging CI
2023-12-31 13:31:22 +01:00
kbz_8
9103138ee5
debugging CI
2023-12-31 13:30:32 +01:00
kbz_8
f502c86400
fixing compilation errors with local vulkan headers
2023-12-31 13:21:40 +01:00
kbz_8
d38fd8eeb1
test automated dependencies updates
2023-12-31 13:12:37 +01:00
kbz_8 and GitHub
16424cc2e3
Kbz 8 patch 1 ( #23 )
2023-12-31 11:57:44 +01:00
kbz_8 and GitHub
a2a1339736
Create dependabot.yml
2023-12-31 11:57:19 +01:00
kbz_8 and GitHub
8fa6fd35d0
merge Indev to master ( #22 )
...
yes
2023-12-31 01:41:39 +01:00
kbz_8 and GitHub
23333da539
Merge branch 'master' into indev
2023-12-31 01:38:11 +01:00
kbz_8
939b224b64
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH x2
2023-12-31 01:30:17 +01:00
kbz_8
e245c27867
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
2023-12-31 01:27:37 +01:00
kbz_8
d172ea89fc
I hate SDL_main on windows
2023-12-31 01:24:10 +01:00
kbz_8
075a8718de
fuck SDL_main on windows
2023-12-31 01:14:17 +01:00
kbz_8
5f04c34aa0
fixing SDL issue on windows
2023-12-31 01:08:41 +01:00
kbz_8
8774d4c3fb
adding transparency support to pixel put
2023-12-28 16:59:36 +01:00
kbz_8 and GitHub
a2f9594811
Update xmake.lua
2023-12-28 01:13:40 +01:00
kbz_8
ac3b28c922
fixing issue when creating multiple mlx application with leaks in the first one
2023-12-28 01:06:03 +01:00
kbz_8 and GitHub
b144afd3fe
adding frame capture feature ( #21 )
2023-12-25 16:18:42 +01:00
kbz_8
c88ff1525d
fixing frame capture
2023-12-24 16:07:09 +01:00
kbz_8
522975bf8b
working on frame capture
2023-12-23 01:53:54 +01:00
kbz_8
8b9d23a17a
adding possible new feature
2023-12-22 23:21:24 +01:00
kbz_8
252f9c3da0
adding CONTRIBUTIN.md
2023-12-22 01:24:55 +01:00
kbz_8
74b30ea218
fixing issue with static casts
2023-12-22 00:45:06 +01:00
kbz_8
ca13d77996
adding error messages when using a corrupted window pointer, dropping SDL init responsability when running in sandbox
2023-12-21 00:28:53 +01:00
kbz_8 and GitHub
5d80fd87f4
merge indev to master ( #20 )
2023-12-20 17:50:38 +01:00
kbz_8 and GitHub
9f555316fc
Merge branch 'master' into indev
2023-12-20 17:38:06 +01:00
kbz_8
b384ebec1b
working on better command buffers management
2023-12-20 16:35:52 +01:00
kbz_8 and GitHub
899ad8de70
Change github links to reflect organisation change ( #19 )
2023-12-20 01:03:42 +01:00
xtrm
d25cfc5975
🐛 fix: change github links to reflect organisation change
...
Signed-off-by: xtrm <oss@xtrm.me >
2023-12-20 00:58:24 +01:00
kbz_8 and GitHub
66359574f9
Merge pull request #18 from 420verfl0w/errors-everywhere
...
Errors everywhere
2023-12-16 20:32:04 +01:00
kbz_8
6f0f944fbe
removing GCC error
2023-12-16 20:20:51 +01:00
kbz_8
72cc2eb9ab
adding error checks
2023-12-16 20:17:49 +01:00
kbz_8
73c8e331af
new branch for error management
2023-12-16 18:51:51 +01:00
kbz_8
719dfea21c
fixing compilation error
2023-12-16 02:14:23 +01:00
kbz_8
4a6a525847
updating readme
2023-12-16 02:11:54 +01:00
kbz_8 and GitHub
eb7330a943
Merge pull request #17 from 420verfl0w/indev
...
merge dev to master
2023-12-15 21:13:53 +01:00
kbz_8
2d89f41639
fixing issue when destroying an image in the loop hook, begenning single time command buffers manager
2023-12-15 21:08:46 +01:00
kbz_8
a86eab4386
updating README
2023-12-15 18:08:22 +01:00
kbz_8 and GitHub
e2ee1f2820
Merge pull request #16 from 420verfl0w/multiple-fonts
...
merge Multiple fonts in dev
2023-12-14 20:12:44 +01:00
kbz_8 and GitHub
280c1c076f
Merge branch 'indev' into multiple-fonts
2023-12-14 19:21:12 +01:00
kbz_8
c7e59cbbeb
adding multiple font support
2023-12-14 19:13:41 +01:00
kbz_8 and GitHub
8b2d9d15bd
Merge pull request #15 from 420verfl0w/indev
...
removing buggy texture hash system
2023-12-14 14:44:10 +01:00
kbz_8
c2258115d7
removing buggy texture hash system
2023-12-14 14:39:00 +01:00
kbz_8 and GitHub
7d7ed1caba
Merge pull request #14 from 420verfl0w/indev
...
merge dev to master
2023-12-14 13:56:28 +01:00
kbz_8
6435cc8333
fixing issues with texture rendering
2023-12-14 13:51:17 +01:00
kbz_8
a0a764d6a2
yes
2023-12-14 00:08:38 +01:00
kbz_8 and GitHub
74f2306e6c
removed garbage file
2023-12-13 16:06:43 +01:00
kbz_8
c0e2750fb3
working on font system
2023-12-13 00:33:34 +01:00
kbz_8 and GitHub
5093e7d1eb
Merge pull request #13 from 420verfl0w/indev
...
Indev
2023-12-12 18:49:48 +01:00
kbz_8 and GitHub
db86779907
Merge pull request #12 from 420verfl0w/macos-debug
...
Macos debug
2023-12-12 18:21:36 +01:00
kbz_8
a387e34d3c
fixing CI
2023-12-12 18:12:41 +01:00
kbz_8
f9d729d30b
fixing CI
2023-12-12 18:07:58 +01:00
kbz_8
fc3382f984
macos debug
2023-12-12 18:04:27 +01:00
kbz_8
7dda5d5624
macos debug
2023-12-12 17:58:49 +01:00
kbz_8
44d7c7e4fd
macos debug
2023-12-12 17:47:10 +01:00
kbz_8
99678c2bb3
adding message when vk res init fails
2023-12-12 15:53:57 +01:00
kbz_8
bcfd5ef454
adding message when instance init fails
2023-12-12 15:46:47 +01:00
kbz_8
d2fb0e0e83
fixing run file and lib name on macos
2023-12-12 13:27:19 +01:00
kbz_8
56c11352bc
removing unused files
2023-12-12 13:08:34 +01:00
kbz_8
e297b8a05a
fxing macos libraries location issue
2023-12-12 13:08:00 +01:00
kbz_8 and GitHub
b9e0540a1b
Merge pull request #11 from 420verfl0w/indev
...
merge dev to master
2023-12-11 23:53:56 +01:00
kbz_8 and GitHub
f34161fa81
Merge pull request #10 from 420verfl0w/indev
...
Indev
2023-12-11 20:41:15 +01:00
kbz_8
3ab024cced
fixing DLL API import error
2023-12-11 20:36:21 +01:00
kbz_8
4d6c970a71
moving profile to API scope
2023-12-11 20:28:58 +01:00
kbz_8 and GitHub
e8f4056b81
Merge pull request #8 from 420verfl0w/vsupp-debug
...
Vsupp debug
2023-12-11 19:36:32 +01:00
kbz_8 and GitHub
5d52517d37
Merge pull request #7 from 420verfl0w/malloc-custom
...
improving custom malloc, removing unused code in input system
2023-12-11 19:35:38 +01:00
kbz_8
0a7a082d24
improving custom malloc, removing unused code in input system
2023-12-11 19:30:37 +01:00
kbz_8
5c497e4175
removing error
2023-12-11 13:53:40 +01:00
kbz_8
6b54089066
fixing vsupp issue, cleaning it
2023-12-11 13:40:05 +01:00
kbz_8
5f6a28f4f8
fixing warning issue with clang
2023-12-10 23:15:59 +01:00
kbz_8
49f6bb4b71
suppress warnings
2023-12-10 23:12:22 +01:00
kbz_8 and GitHub
1105bc6646
Merge pull request #6 from 420verfl0w/indev
...
merge Indev to master
2023-12-09 23:41:55 +01:00
kbz_8
36bd11fdf5
updating readmes
2023-12-09 23:33:02 +01:00
kbz_8
a5e4b41ceb
updating readmes
2023-12-09 23:18:28 +01:00
kbz_8 and GitHub
a260be573a
Merge pull request #5 from 420verfl0w/indev
...
merge Indev to master
2023-12-09 18:13:55 +01:00
kbz_8
327374d53b
improving vsupp file
2023-12-09 18:02:30 +01:00
kbz_8
57da195bf9
improving vsupp file
2023-12-09 16:23:38 +01:00
kbz_8
d9de06a000
adding vsupp file
2023-12-09 15:46:32 +01:00
kbz_8 and GitHub
0a4bd42869
Merge pull request #4 from 420verfl0w/windows-support
...
Merge windows support into dev
2023-12-09 13:40:45 +01:00
kbz_8
fc3f72ee3e
Merge branch 'windows-support' of github.com:420verfl0w/MacroLibX into windows-support
2023-12-09 13:25:30 +01:00
kbz_8
d5e263390e
adding build readme for xmake, fixing windows workflow
2023-12-09 13:24:40 +01:00
kbz_8
a437316723
removing exe file
2023-12-08 23:34:19 +01:00
kbz_8
555af79e9e
fixing windows dll issues
2023-12-08 23:33:26 +01:00
kbz_8
038a6db77f
adding symbols to dll on windows
2023-12-08 19:13:25 +01:00
kbz_8
b078165849
adding symbols to dll on windows
2023-12-08 18:56:33 +01:00
kbz_8
591c144104
fixing cross compilation issue
2023-12-08 18:09:08 +01:00
kbz_8
0b6b0b4902
debugging windows CI
2023-12-08 16:37:42 +01:00
kbz_8
51bd482acc
debugging windows CI
2023-12-08 15:57:45 +01:00
kbz_8
a68f8ede72
fixing syntax error in windows workflow
2023-12-08 14:48:28 +01:00
kbz_8
f844c3ad58
removing garbage files
2023-12-08 14:12:41 +01:00
kbz_8
b84350f76d
adding xmake support and windows workflow
2023-12-08 14:11:48 +01:00
kbz_8 and GitHub
9d89019af3
Merge pull request #3 from 420verfl0w/indev
...
Merge from dev to master
2023-12-08 13:00:24 +01:00
kbz_8
ce2966e1b5
fixing issue in 42 header
2023-12-08 12:56:59 +01:00
kbz_8
5184e9500d
adding mouse wheel support
2023-12-08 12:24:20 +01:00
kbz_8
bfcc8cb758
removing garbage files
2023-12-07 23:20:25 +01:00
kbz_8
854a074cac
fixing memory leaks, begenning xmake support to build on windows
2023-12-07 23:19:56 +01:00
kbz_8
53c0f08bc1
fixing weird X in logo
2023-11-25 14:26:05 +01:00
kbz_8 and GitHub
683ef90ddb
Update README.md
2023-11-25 13:13:57 +01:00
kbz_8
6c0c4c127a
update logo size
2023-11-25 12:48:16 +01:00
kbz_8
e1b3f4d995
working on readme
2023-11-25 12:47:07 +01:00
kbz_8
df7aeb11bb
working on readme
2023-11-25 12:31:09 +01:00
kbz_8
f634b14998
adding logo
2023-11-25 12:23:57 +01:00
kbz_8
1407e6217c
update readme
2023-11-25 10:44:51 +01:00
kbz_8
f0676c950d
adding screenshot te readme
2023-11-25 10:44:24 +01:00
kbz_8
05f6a810bf
adding screenshot te readme
2023-11-25 10:44:00 +01:00
kbz_8
7dc5701eff
adding screenshot te readme
2023-11-25 10:43:05 +01:00
kbz_8
db91730e13
transparency management added
2023-11-25 10:31:06 +01:00
kbz_8
df29e41ac5
improving font management
2023-11-24 19:34:15 +01:00
kbz_8
a158aa2269
removing gdb history
2023-11-23 14:37:58 +01:00
kbz_8
d5a8b96be8
new feature, font loading
2023-11-23 14:37:42 +01:00
kbz_8 and GitHub
9f869d93e2
Update README.md
2023-11-21 07:14:32 +01:00
kbz_8 and GitHub
20068b0ff3
Update README.md
2023-11-21 07:14:08 +01:00
kbz_8 and GitHub
d28b41dab5
moving to MIT license
2023-11-21 07:13:15 +01:00
kbz_8
5e63cd8959
fixing compilation error
2023-11-20 07:29:36 +01:00
kbz_8
6b970e988a
fixing spaces in indentaions
2023-11-20 07:28:03 +01:00
kbz_8 and GitHub
8954e4e189
fixed error message for image file loading
2023-11-18 17:57:06 +01:00
kbz_8
19ccc1230e
cleaning renderpass, framebuffers and swapchain code, setting all vulkan resources to NULL after destroy
2023-11-18 17:25:30 +01:00
kbz_8
519691a944
fixing GCC warning
2023-11-16 14:07:02 +01:00
kbz_8
e4df341a66
removing a trash file
2023-11-16 14:05:16 +01:00
kbz_8
d1613ddfdb
removing all memory dump strings informations in release mode
2023-11-16 14:04:51 +01:00
kbz_8
e471585946
fixing memory management issue, VMA uses custom asserts
2023-11-14 12:46:51 +01:00
kbz_8
6a2a3739c7
updating readme, improving buffer transfer to GPU
2023-11-14 07:46:06 +01:00
kbz_8
6c3db4a8db
fixing macos warning
2023-11-14 07:22:38 +01:00
kbz_8
02d2dbb1bd
fixing rendering issues
2023-11-14 07:07:43 +01:00
kbz_8 and GitHub
942deade55
removing vim command in code
2023-11-11 03:32:43 +01:00
kbz_8
b75f543977
fixing physical device pick issues
2023-11-11 03:30:29 +01:00
kbz_8
ea6c2a3335
fixing GCC CI
2023-11-10 09:21:58 +01:00
kbz_8
22c9e14947
fixing compilation issues, adding profile
2023-11-10 09:19:47 +01:00
kbz_8
9c54cb6c68
working on buffers
2023-11-09 22:17:25 +01:00
kbz_8
6acd433437
deleting clangd garbage
2023-11-09 09:07:30 +01:00
kbz_8
4e5fb2648a
adding debug messages to renderer, working on VMA implementation
2023-11-09 09:07:03 +01:00
kbz_8 and GitHub
be8caa922c
Merge pull request #1 from 27network/feature/better-readme
...
Improve project's README.
2023-10-30 14:13:09 +01:00
kbz_8 and GitHub
735f748b79
Update README.md
2023-10-30 14:10:48 +01:00
xtrm
5108134a5f
Change the names of the workflows to look better in the README
...
Signed-off-by: xtrm <oss@xtrm.me >
2023-10-30 01:28:00 +01:00
killian and GitHub
9dfd3ab971
Rework README.md and add better formatting and form
2023-10-30 01:26:35 +01:00
kbz_8
0134e4e55d
debugging CI
2023-10-20 03:33:31 +02:00
kbz_8
5d4ab828ed
debugging CI
2023-10-19 23:48:00 +02:00
kbz_8
7f393fdcd5
debugging CI
2023-10-19 23:44:52 +02:00
kbz_8
3c0abd6fe0
debugging CI
2023-10-19 23:31:36 +02:00
kbz_8
ded90b50bf
debugging CI
2023-10-19 22:58:07 +02:00
kbz_8
9677be6d9e
debugging CI
2023-10-19 21:38:11 +02:00
kbz_8
a4cf2ee80f
debugging CI
2023-10-19 21:37:08 +02:00
kbz_8
2951253b15
debugging CI
2023-10-19 21:23:53 +02:00
kbz_8
e8ab351963
debugging CI
2023-10-19 21:21:52 +02:00
kbz_8
1242eac872
debugging CI
2023-10-19 21:21:33 +02:00
kbz_8
6f25472e6b
debugging CI
2023-10-19 21:20:18 +02:00
kbz_8
de9250dd42
debugging CI
2023-10-19 21:17:31 +02:00
kbz_8
8fee417803
debugging CI
2023-10-19 21:08:10 +02:00
kbz_8
426da22b52
debugging CI
2023-10-19 20:44:40 +02:00
kbz_8
b0968adf1c
CI
2023-10-19 20:35:17 +02:00
kbz_8
7f7d197e42
adding SDL initialisation and quit, improving inputs code readability
2023-08-28 10:53:22 +02:00
kbz_8 and GitHub
d90ab27489
Update mlx.h
2023-08-10 08:52:46 +02:00
kbz_8 and GitHub
d2b8834675
Update Makefile
2023-08-10 08:46:31 +02:00
kbz_8
4e4103f86b
adding image optimizations control over make call
2023-08-09 13:51:50 +02:00
kbz_8
26037936e8
adding image optimizations control over make call
2023-08-09 13:50:33 +02:00
kbz_8
bc84808333
fixing get pixel image issue
2023-08-02 12:52:38 +02:00
kbz_8
4e1832e59d
fixing performance issues
2023-08-02 12:51:04 +02:00
kbz_8
a70bec4740
fixing performance issues
2023-08-02 12:50:50 +02:00
kbz_8
f6fcb214e5
yes
2023-06-06 16:35:08 +02:00
kbz_8
6a8d55dbe8
reworking texture modifiers
2023-04-25 22:14:01 +02:00
kbz_8
cb4e9dbe8d
adding multiple mapping support on textures
2023-04-23 22:11:44 +02:00
kbz_8
6d3421d7f4
removing texture library
2023-04-21 22:17:55 +02:00
kbz_8
f6736f210a
adding documentation to mlx.h
2023-04-19 12:36:59 +02:00
kbz_8
e7d65a297e
fixing color bug
2023-04-19 11:51:13 +02:00
kbz_8
c497645ee9
working on colors issue
2023-04-14 12:29:17 +02:00
kbz_8
4fa9873f44
working input API
2023-04-12 21:53:14 +02:00
kbz_8
fe45d0953d
fixing performance issue in text pipeline, working on event system
2023-04-12 15:15:25 +02:00
kbz_8
ec0f2eaa60
fixing color issues with texts
2023-04-11 23:42:27 +02:00
kbz_8
06a95fae73
working text pipeline
2023-04-11 19:21:11 +02:00
kbz_8
098622c6b9
working text pipeline
2023-04-11 13:21:11 +02:00
kbz_8
599f1007ab
almost fixing text rendering
2023-04-08 20:45:06 +02:00
kbz_8
157a099ed2
working on text render pipeline
2023-04-08 04:09:25 +02:00
kbz_8
77e8672754
adding texture atlas class
2023-04-07 17:27:23 +02:00
kbz_8
10ff1acd89
adding stb_truetype
2023-04-07 13:47:22 +02:00
kbz_8
bada255057
working on text put pipeline
2023-04-06 17:26:19 +02:00
kbz_8
b03bd6fe0a
removing xpm support bc frick xpm
2023-04-06 15:30:01 +02:00
kbz_8
fbe97415cf
working on xpm support
2023-04-06 12:56:36 +02:00
kbz_8
27000b6163
working on xpm support
2023-04-05 01:11:49 +02:00
kbz_8
c85c12bfaf
working on xpm implementation
2023-04-04 15:41:45 +02:00
kbz_8
d02f04c294
working on event system
2023-04-04 12:40:47 +02:00
kbz_8
21962dda90
adding manual image manipulation
2023-04-03 00:01:13 +02:00
kbz_8
aaf7e861d5
adding graphics support class, refactoring the code
2023-04-02 17:37:38 +02:00
kbz_8
7eea6ea1d5
adding clear window
2023-04-01 17:51:29 +02:00
kbz_8
28850a6cb8
working textures
2023-04-01 15:48:28 +02:00
kbz_8
2ab87dd3ad
working pixel put pipeline
2023-04-01 13:03:21 +02:00
kbz_8
88404afb2b
adding pixel put pipeline
2023-03-31 22:16:21 +02:00
kbz_8
3b29305936
yes
2023-03-08 02:25:25 +01:00
kbz_8
8ca0b041e3
adding vulkan images, start using images for put_pixel
2023-01-25 21:46:58 +01:00
kbz_8
e74d218d6e
doing some stuff
2023-01-24 20:06:00 +01:00
kbz_8
b66476ef4f
adding uniform buffers and projection matrix management in vertex shader
2023-01-24 17:27:55 +01:00
kbz_8
006d665ce2
adding descriptors support to renderer
2023-01-23 19:27:37 +01:00
kbz_8
c8302b4fdf
rendering
2022-12-19 17:16:50 +01:00
kbz_8
2c6c3a945e
almost first rendering, fixing renderer issues
2022-12-19 00:59:45 +01:00
kbz_8
c907c52968
fixing compatibility, workign on renderer
2022-12-18 04:04:10 +01:00
kbz_8
b275918de6
working on window manager
2022-10-05 20:37:04 +02:00
kbz_8
3ee3a5899b
adding imputs system
2022-10-05 17:08:36 +02:00