Commit Graph
100 Commits
Author SHA1 Message Date
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 d95233e728 fixing compoilation issues 2024-07-05 22:15:36 +02:00
kbz_8 81387ec53d removing GLFW support 2024-05-25 16:47:28 +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 ace4c98945 working on code refactor 2024-04-23 20:59:50 +02:00
kbz_8 215a0dc2c3 working 2024-04-21 18:10:36 +02: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_8andGitHub 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_8andGitHub 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_8andGitHub 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_8andGitHub 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_8andGitHub 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_8andGitHub fe9dd3c9df sync (#49) 2024-02-10 03:12:08 +01:00
kbz_8andGitHub 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 &quot;What's new&quot; 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 }} &lt;${{ github.actor_id }}+${{ github.actor
}}@users.noreply.github.com&gt;</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]
&lt;41898282+github-actions[bot]@users.noreply.github.com&gt;</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
&quot;...<em>[Pull request body truncated]</em>&quot; 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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/create-pull-request&package-manager=github_actions&previous-version=5&new-version=6)](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
kbz_8andGitHub 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_8andGitHub 599f9414ae adding check to texture pointers (#46) 2024-01-26 12:11:47 +01:00
kbz_8andGitHub d6e4ef1976 Merge branch 'master' into indev 2024-01-26 12:07:15 +01:00
kbz_8andGitHub 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_8andGitHub eaf2d00864 yes (#43) 2024-01-24 17:54:37 +01:00
kbz_8andGitHub 528867bc7b Merge branch 'master' into indev 2024-01-24 17:49:53 +01:00
kbz_8andGitHub 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_8andGitHub 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_8andGitHub 982b8c17f4 adding fps capper (#40) 2024-01-18 15:31:37 +01:00
kbz_8andGitHub 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_8andGitHub 48133e3432 fixing texts allocation issues (#39) 2024-01-18 14:23:05 +01:00
kbz_8andGitHub 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 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_8andGitHub 47aead9e2d oh the misery (#38)
Fixed a bug and modified the example/main.c to test all mlx functions 

![image](https://github.com/seekrs/MacroLibX/assets/105780726/d9946f1f-4e97-453f-87a6-953ffd0ad52d)
2024-01-12 14:56:14 +01:00
kbz_8andGitHub a0d5cea21f Preventing some segfaults (#37)
![nerd](https://github.com/seekrs/MacroLibX/assets/105780726/74152e81-029a-4f35-afda-11e6411646bf)
2024-01-12 01:51:51 +01:00
kbz_8 99e6267489 improving vsupp 2024-01-12 00:49:42 +01:00
kbz_8andGitHub 4835ff0337 Indev (#36) 2024-01-11 15:53:39 +01:00
kbz_8andGitHub 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_8andGitHub e060cf39f9 merge indev to master (#35) 2024-01-11 05:32:13 +01:00
kbz_8andGitHub 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_8andGitHub 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_8andGitHub c3ffb80a10 Indev (#33)
Indev
2024-01-09 01:42:36 +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_8andGitHub 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_8andGitHub 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 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_8andGitHub c8382eddbf yes (#29) 2024-01-03 15:49:18 +01:00
kbz_8andGitHub 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_8andGitHub 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_8andGitHub 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_8andGitHub 79436b7068 Update fetch_dependencies.yml (#27) 2024-01-02 12:04:00 +01:00
kbz_8andGitHub e15aa45627 Merge branch 'master' into indev 2024-01-02 11:56:57 +01:00
kbz_8andGitHub 0beb25ce92 Update fetch_dependencies.yml 2024-01-02 11:56:10 +01:00
kbz_8andGitHub 86714c3dd4 merge Indev to master (#26) 2024-01-02 11:46:45 +01:00
kbz_8andGitHub 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_8andGitHub 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 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